Skip to content

Commit

Permalink
chore(deps): bump dav-server from 0.5.7 to 0.5.8 (#4111)
Browse files Browse the repository at this point in the history
Bumps [dav-server](https://github.com/messense/dav-server-rs) from 0.5.7 to 0.5.8.
- [Commits](messense/dav-server-rs@v0.5.7...v0.5.8)

---
updated-dependencies:
- dependency-name: dav-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent 214eb75 commit 66595d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 bin/oay/Cargo.toml
Expand Up @@ -46,7 +46,7 @@ axum = "0.6"
bytes = { version = "1.5.0", optional = true }
chrono = "0.4.31"
clap = { version = "4", features = ["cargo", "string"] }
dav-server = { version = "0.5.7", optional = true }
dav-server = { version = "0.5.8", optional = true }
dav-server-opendalfs = { path = "../../integrations/dav-server", optional = true }
dirs = "5.0.1"
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion integrations/dav-server/Cargo.toml
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.8" }
dirs = "5.0.0"
futures = "0.3"
futures-util = { version = "0.3.16" }
Expand Down

0 comments on commit 66595d0

Please sign in to comment.