diff --git a/Cargo.toml b/Cargo.toml index 715ca9a..47c4362 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ bytes = "1.6" educe = "0.6" futures = "0.3" mediatype = { version = "0.19", optional = true } -opendal = { version = "0.49", optional = true } +opendal = { version = "0.50", optional = true } parking_lot = "0.12.1" pin-project-lite = { version = "0.2.9", optional = true } rangemap = "1" @@ -53,7 +53,7 @@ rstest = "0.22.0" proptest = "1.4.0" axum = "0.7.5" testcontainers-modules = { version = "0.10.0", features = ["localstack"] } -opendal = { version = "0.49.2", features = ["services-s3", "services-http"] } +opendal = { version = "0.50.0", features = ["services-s3", "services-http"] } aws-sdk-s3 = "1.29.0" [[example]]