Skip to content

Commit

Permalink
bump dav-server from 0.5.5 to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash committed Nov 3, 2023
1 parent 318decc commit ccf28d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/oay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ axum = "0.6"
bytes = { version = "1.4.0", optional = true }
chrono = "0.4.28"
clap = { version = "4", features = ["cargo", "string"] }
dav-server = { version = "0.5.5", optional = true }
dav-server = { version = "0.5.7", optional = true }
dav-server-opendalfs = { path = "../../integrations/dav-server", optional = true }
dirs = "5.0.0"
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion integrations/dav-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ version.workspace = true
anyhow = "1"
bytes = { version = "1.4.0" }
chrono = "0.4.28"
dav-server = { version = "0.5.5" }
dav-server = { version = "0.5.7" }
dirs = "5.0.0"
futures = "0.3"
futures-util = { version = "0.3.16" }
Expand Down

0 comments on commit ccf28d8

Please sign in to comment.