Skip to content

Commit

Permalink
Update dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
equation314 committed Jul 9, 2024
1 parent a3256a9 commit f7e266c
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 62 deletions.
100 changes: 47 additions & 53 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 api/arceos_posix_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ axio = { path = "../../crates/axio" }
axerrno = { path = "../../crates/axerrno" }
static_assertions = "1.1.0"
spin = { version = "0.9" }
lazy_static = { version = "1.4", features = ["spin_no_std"] }
lazy_static = { version = "1.5", features = ["spin_no_std"] }
flatten_objects = { path = "../../crates/flatten_objects" }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/allocator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buddy = ["dep:buddy_system_allocator"]
allocator_api = []

[dependencies]
buddy_system_allocator = { version = "0.9", default-features = false, optional = true }
buddy_system_allocator = { version = "0.10", default-features = false, optional = true }
slab_allocator = { path = "../slab_allocator", optional = true }
rlsf = { version = "0.2", optional = true }
bitmap-allocator = { git = "https://github.com/rcore-os/bitmap-allocator.git", rev = "88e871a", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/axfs_vfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ default = []

[dependencies]
log = "0.4"
bitflags = "2.5"
bitflags = "2.6"
axerrno = { path = "../axerrno" }
2 changes: 1 addition & 1 deletion crates/capability/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ repository = "https://github.com/arceos-org/arceos/tree/main/crates/capability"
documentation = "https://arceos-org.github.io/arceos/capability/index.html"

[dependencies]
bitflags = "2.5"
bitflags = "2.6"
axerrno = { path = "../axerrno" }
Loading

0 comments on commit f7e266c

Please sign in to comment.