Skip to content

Commit

Permalink
feat: fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl committed Sep 22, 2024
1 parent efb7e7a commit ad7fa7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bincode = "1.3.3"
bytes = "1.5"
futures-channel = { version = "0.3.30", features = ["sink"] }
futures-util = { version = "0.3.30", features = ["sink"] }
libc = "0.2.153"
libc = "0.2.158"
nix = { version = "0.29.0", default-features = false, features = ["fs", "mount", "user"] }
serde = { version = "1.0.196", features = ["derive"] }
slab = "0.4.9"
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ path = "src/path_memfs/main.rs"

[dependencies]
fuse3 = { path = "../", features = ["tokio-runtime", "unprivileged"] }
libc = "0.2.155"
libc = "0.2.158"
tokio = { version = "1.36", features = ["macros", "rt", "time", "signal"] }
futures-util = "0.3.30"
mio = { version = "0.8.11", features = ["os-poll"] }
Expand Down

0 comments on commit ad7fa7b

Please sign in to comment.