Skip to content

Commit

Permalink
update rust s3
Browse files Browse the repository at this point in the history
  • Loading branch information
4t145 committed Oct 16, 2024
1 parent 3325bbc commit 9a25ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ lettre = { version = "0.11", features = [

# Object Storage
# rust-s3 = { version = "0.33", optional = true }
rust-s3 = { version = "0.35.0-alpha.3", optional = true, features = [
rust-s3 = { version = "0.35.1", optional = true, features = [
"no-verify-ssl",
] }
# rust-s3 = { path = "../../rust-s3/s3", optional = true }
Expand Down

0 comments on commit 9a25ef9

Please sign in to comment.