Skip to content

Commit 05a3f5f

Browse files
kernel: bump dependencies
Deps bumped: * intrusive-collections * proc-macro2 Signed-off-by: Anhad Singh <[email protected]>
1 parent 6ef128d commit 05a3f5f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

src/Cargo.lock

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

src/aero_kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ hashbrown = "0.12.3"
3434
rustc-demangle = "0.1.20"
3535
# intrusive-collections:
3636
# `nightly`: Get access to const variants of the functions.
37-
intrusive-collections = { version = "0.9.2", features = ["nightly"] }
37+
intrusive-collections = { version = "0.9.5", features = ["nightly"] }
3838
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
3939
lai = { git = "https://github.com/aero-os/lai-rs" }
4040
uapi = { path = "../uapi" }

src/aero_proc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default = []
1212
proc-macro = true
1313

1414
[dependencies]
15-
proc-macro2 = "1.0.37"
15+
proc-macro2 = "1.0.63"
1616
proc-macro-error = "1.0.4"
1717
quote = "1.0.18"
1818

0 commit comments

Comments
 (0)