Skip to content

Commit

Permalink
chore(deps): bump libc from 0.2.157 to 0.2.158 (#1874)
Browse files Browse the repository at this point in the history
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.157 to 0.2.158.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.157...0.2.158)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 19, 2024
1 parent ffcf910 commit 5ac0ed7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 @@ -398,7 +398,7 @@ indexmap = { version = "2.4.0", default-features = false, features = ["serde"] }
inventory = { version = "0.3.15", default-features = false }
k8s-openapi = { version = "0.22.0", default-features = false, optional = true, features = ["v1_24"] }
kube = { version = "0.93.1", default-features = false, optional = true, features = ["client", "runtime", "rustls-tls"] }
libc = { version = "0.2.157", default-features = false, optional = true }
libc = { version = "0.2.158", default-features = false, optional = true }
lru = { version = "0.12.4", default-features = false, optional = true }
maxminddb = { git = "https://github.com/f1shl3gs/maxminddb.git", rev = "eb9a6d1861cfe7313589c0e0281ddbb660a88962", optional = true, features = ["mmap", "unsafe-str"] }
md-5 = { version = "0.10.6", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lib/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ indexmap = { version = "2.4.0", default-features = false, features = ["serde"] }
inventory = { version = "0.3.15", default-features = false }
ipnet = { version = "2.9.0", default-features = false, features = ["std"] }
listenfd = { version = "1.0.1", default-features = false, optional = true }
libc = { version = "0.2.157", default-features = false }
libc = { version = "0.2.158", default-features = false }
log_schema = { path = "../log_schema" }
bytesize = { path = "../bytesize" }
memchr = { version = "2.7.4", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/hostname/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[target.'cfg(unix)'.dependencies]
libc = { version = "0.2.157", default-features = false }
libc = { version = "0.2.158", default-features = false }

# [target.'cfg(windows)'.dependencies]
# windows-targets = "0.48"
2 changes: 1 addition & 1 deletion lib/sysinfo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ edition = "2021"
publish = false

[target.'cfg(unix)'.dependencies]
libc = { version = "0.2.157", default-features = false }
libc = { version = "0.2.158", default-features = false }

0 comments on commit 5ac0ed7

Please sign in to comment.