Skip to content

Commit

Permalink
Update dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller committed Jun 11, 2024
1 parent b1dbe9c commit 22c28e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## [Unreleased] - ReleaseDate

- Updated MSRV to 1.69.0.
- Updated `libc` dependency to 0.2.155.
- Updated `linux-futex` dependency to 1.0.0.
- Updated `lock_api` dependency to 0.4.12.

## [0.3.0] - 2023-11-26

Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = "0.2.126"
linux-futex = "0.2.0"
lock_api = "0.4.11"
libc = "0.2.155"
linux-futex = "1.0.0"
lock_api = "0.4.12"

[dev-dependencies]
nix = { version = "0.28.0", default-features = false, features = ["user"] }
nix = { version = "0.29.0", default-features = false, features = ["user"] }
procfs = { version = "0.16.0", default-features = false }

[[test]]
Expand Down

0 comments on commit 22c28e8

Please sign in to comment.