Skip to content

Commit

Permalink
Bump libc from 0.2.154 to 0.2.155
Browse files Browse the repository at this point in the history
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.154 to 0.2.155.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.154...0.2.155)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 310ea6a commit 7aab86d
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.

4 changes: 2 additions & 2 deletions samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ thiserror = "1.0.60"
tempfile = "3.10.1"
uuid = { version = "1.8.0", features = ["v4"] }
percent-encoding = "2.1.0"
libc = "0.2.154"
libc = "0.2.155"
flate2 = "1.0"
opener = { version = "0.7.0", default-features = false }
rand = "0.8.4"
Expand All @@ -53,7 +53,7 @@ fs4 = "0.8.2"

[target.'cfg(any(target_os = "android", target_os = "macos", target_os = "linux"))'.dependencies]

libc = "0.2.154"
libc = "0.2.155"
crossbeam-channel = "0.5.12"

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion wholesym/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ samply-symbols = { version = "0.22.0", path = "../samply-symbols", features = ["
symsrv = "0.5.1"
yoke = "0.7"
yoke-derive = "0.7"
libc = "0.2.154"
libc = "0.2.155"
uuid = "1"
reqwest = { version = "0.12.4", default-features = false, features = [
"rustls-tls",
Expand Down

0 comments on commit 7aab86d

Please sign in to comment.