Skip to content

Commit

Permalink
fix(deps): update rust crate fuser to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent ec0cb13 commit 6653603
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
19 changes: 4 additions & 15 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 mvsqlite-fuse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde_json = "1"
lazy_static = "1.4.0"
reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls"] }
mvfs = { path = "../mvfs", version = "0.3.0" }
fuser = "0.11.0"
fuser = "0.13.0"
structopt = "0.3.26"
indexmap = "1.9.1"
slab = "0.4.7"
Expand Down

0 comments on commit 6653603

Please sign in to comment.