diff --git a/Cargo.toml b/Cargo.toml index 8159a25..93558be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ resolver = "2" members = ["crates/*", "remi"] [workspace.package] -version = "0.7.0" +version = "0.7.1" repository = "https://github.com/Noelware/remi-rs" license = "MIT" edition = "2021" diff --git a/crates/s3/Cargo.toml b/crates/s3/Cargo.toml index 1099d5f..df39cfd 100644 --- a/crates/s3/Cargo.toml +++ b/crates/s3/Cargo.toml @@ -42,7 +42,7 @@ aws-sdk-s3 = { version = "1.24.0", features = ["behavior-version-latest"] } aws-smithy-runtime-api = "1.4.0" bytes = "1.6.0" log = { version = "0.4.21", optional = true } -remi = { path = "../../remi", version = "0.7.0" } +remi = { path = "../../remi", version = "0.7.1" } serde = { version = "1.0.199", features = ["derive"], optional = true } tracing = { version = "0.1.40", optional = true }