Skip to content

Commit

Permalink
Merge pull request #2 from sameer/sameer/gcs-support
Browse files Browse the repository at this point in the history
Point Rusoto to fork with GCS support getditto/ditto#10697
  • Loading branch information
jreyes33 authored Dec 11, 2023
2 parents 949cd33 + 69d32ac commit 5712aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynomite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ futures = "0.3"
log = "0.4"
# Disable default features since the `rustls` variant requires it. We re-enable `default` in our
# `default` build configuration - see the [features] below.
rusoto_core = { version = "0.48", optional = true, default_features = false }
rusoto_dynamodb = { version = "0.48", optional = true, default_features = false }
rusoto_core = { git = "https://github.com/sameer/rusoto.git", rev = "0346b41b414d036eb54cdf64781a17ba4b1a8ba4", optional = true, default_features = false }
rusoto_dynamodb = { git = "https://github.com/sameer/rusoto.git", rev = "0346b41b414d036eb54cdf64781a17ba4b1a8ba4", version = "0.48", optional = true, default_features = false }
uuid = { version = "1.1.2", features = ["v4"], optional = true }
chrono = { version = "0.4", optional = true }

Expand Down

0 comments on commit 5712aaa

Please sign in to comment.