Skip to content

Commit

Permalink
chore: updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sminez committed Sep 12, 2024
1 parent 6ea3bdf commit 80cc8a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ harness = false

[dependencies]
ninep = { version = "0.2", path = "crates/ninep" }
libc = "0.2.148"
libc = "0.2.158"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"

Expand Down
2 changes: 1 addition & 1 deletion crates/ninep/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include = [
]

[dependencies]
bitflags = "2.4"
bitflags = "2.6"

[dev-dependencies]
simple_test_case = "1"

0 comments on commit 80cc8a2

Please sign in to comment.