Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ho-229 committed Feb 22, 2024
1 parent 289e1b3 commit c1302f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/ofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ rust-version = "1.67"

[dependencies]
anyhow = "1"
clap = { version = "4.4.18", features = ["derive", "env"] }
clap = { version = "4.5.1", features = ["derive", "env"] }
env_logger = "0.11.2"
futures-util = "0.3.30"
log = "0.4.20"
opendal = { path = "../../core" }
opendal = { version = "0.45.0", path = "../../core" }
tokio = { version = "1.34", features = [
"fs",
"macros",
Expand Down

0 comments on commit c1302f3

Please sign in to comment.