Skip to content

Commit 1237f34

Browse files
authored
Merge pull request #30 from edera-dev/chore/rust-upgrades
chore(rust): upgrade toolchain to 1.96.0 and bump dependencies
2 parents fae7b45 + 546cb67 commit 1237f34

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ version = "0.2.3"
8686
optional = true
8787

8888
[dependencies.dashmap]
89-
version = "6.1.0"
89+
version = "6.2.1"
9090
optional = true
9191

9292
[dependencies.elf]
@@ -110,7 +110,7 @@ version = "0.9.10"
110110
optional = true
111111

112112
[dependencies.nix]
113-
version = "0.31.2"
113+
version = "0.31.3"
114114
features = ["kmod"]
115115
optional = true
116116

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.95.0"
2+
channel = "1.96.0"
33
components = ["rustfmt", "rust-std", "clippy"]

0 commit comments

Comments
 (0)