Skip to content

Commit

Permalink
chore(deps): update rust crate libc to 0.2.150 (#4440)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Nov 6, 2023
1 parent 3148150 commit 5b50777
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ ipnetwork = { version = "0.20", features = ["schemars"] }
itertools = "0.11.0"
key-manager = { path = "key-manager" }
lazy_static = "1.4.0"
libc = "0.2.149"
libc = "0.2.150"
linear-map = "1.2.0"
macaddr = { version = "1.0.1", features = ["serde_std"] }
mime_guess = "2.0.4"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ipnetwork = { version = "0.20.0", features = ["schemars"] }
itertools = { version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.149", features = ["extra_traits"] }
libc = { version = "0.2.150", features = ["extra_traits"] }
log = { version = "0.4.20", default-features = false, features = ["std"] }
managed = { version = "0.8.0", default-features = false, features = ["alloc", "map"] }
memchr = { version = "2.6.3" }
Expand Down Expand Up @@ -148,7 +148,7 @@ ipnetwork = { version = "0.20.0", features = ["schemars"] }
itertools = { version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.149", features = ["extra_traits"] }
libc = { version = "0.2.150", features = ["extra_traits"] }
log = { version = "0.4.20", default-features = false, features = ["std"] }
managed = { version = "0.8.0", default-features = false, features = ["alloc", "map"] }
memchr = { version = "2.6.3" }
Expand Down

0 comments on commit 5b50777

Please sign in to comment.