This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 66595d0e61 chore(deps): bump dav-server from 0.5.7 to 0.5.8 (#4111)
66595d0e61 is described below

commit 66595d0e617855e6ca7fc39e7b78a2edd537ff6d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 1 14:30:31 2024 +0800

    chore(deps): bump dav-server from 0.5.7 to 0.5.8 (#4111)
    
    Bumps [dav-server](https://github.com/messense/dav-server-rs) from 0.5.7 to 
0.5.8.
    - 
[Commits](https://github.com/messense/dav-server-rs/compare/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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock                         | 10 +++++-----
 bin/oay/Cargo.toml                 |  2 +-
 integrations/dav-server/Cargo.toml |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 818a84ced3..3bc3bb1682 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1884,9 +1884,9 @@ checksum = 
"7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
 
 [[package]]
 name = "dav-server"
-version = "0.5.7"
+version = "0.5.8"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b1c1b3c57ea8b45dc1303de4653b12e3a2742ff023a469083716feea98abfdbe"
+checksum = "d0b91592a7b705ba0a9487b7475fca78bce97473e220f8cc3948381b1c81b793"
 dependencies = [
  "bytes",
  "futures-channel",
@@ -1898,7 +1898,7 @@ dependencies = [
  "lazy_static",
  "libc",
  "log",
- "lru 0.11.1",
+ "lru 0.12.2",
  "mime_guess",
  "parking_lot 0.12.1",
  "percent-encoding",
@@ -3707,9 +3707,9 @@ dependencies = [
 
 [[package]]
 name = "lru"
-version = "0.11.1"
+version = "0.12.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21"
+checksum = "db2c024b41519440580066ba82aab04092b333e09066a5eb86c7c4890df31f22"
 dependencies = [
  "hashbrown 0.14.2",
 ]
diff --git a/bin/oay/Cargo.toml b/bin/oay/Cargo.toml
index 2e7017af64..6d1c604ad6 100644
--- a/bin/oay/Cargo.toml
+++ b/bin/oay/Cargo.toml
@@ -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"
diff --git a/integrations/dav-server/Cargo.toml 
b/integrations/dav-server/Cargo.toml
index 911812f472..7932000dcd 100644
--- a/integrations/dav-server/Cargo.toml
+++ b/integrations/dav-server/Cargo.toml
@@ -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" }

Reply via email to