diff options
author | Alex Auvolat <alex@adnab.me> | 2024-08-25 11:19:38 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-08-25 11:27:46 +0200 |
commit | f3589fee774b1eb90609e6a01551b4c096589d70 (patch) | |
tree | ad56b4b33dcbab557f9b2b13da0b1929a73b9474 /src/garage/Cargo.toml | |
parent | 8d62616ec057c8a9e32e9ae42ca637369ee403e3 (diff) | |
download | garage-update-dependencies-1.1.tar.gz garage-update-dependencies-1.1.zip |
update Cargo dependenciesupdate-dependencies-1.1
Some aws-* crates have been pinned because newer versions don't compile
with rustc 1.73. These crates are only used for integration testing, no
crates which are part of the final Garage version are concerned.
Diffstat (limited to 'src/garage/Cargo.toml')
-rw-r--r-- | src/garage/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index 9cc71abd..a1778355 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -63,7 +63,10 @@ syslog-tracing = { workspace = true, optional = true } [dev-dependencies] aws-config.workspace = true +aws-types.workspace = true +aws-credential-types.workspace = true aws-sdk-s3.workspace = true + chrono.workspace = true http.workspace = true hmac.workspace = true |