mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
fix(deps): use public aws-creds source
Signed-off-by: Cea Stapleton Cordasco <261786559+cea@users.noreply.github.com>
This commit is contained in:
Generated
+1
-1
@@ -440,7 +440,7 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
||||
[[package]]
|
||||
name = "aws-creds"
|
||||
version = "0.39.1"
|
||||
source = "git+https://github.com/LockedThread/rust-s3?rev=811c4245eb9cc7527ab374288174f59041aca454#811c4245eb9cc7527ab374288174f59041aca454"
|
||||
source = "git+https://github.com/durch/rust-s3?rev=811c4245eb9cc7527ab374288174f59041aca454#811c4245eb9cc7527ab374288174f59041aca454"
|
||||
dependencies = [
|
||||
"attohttpc",
|
||||
"home",
|
||||
|
||||
+1
-1
@@ -179,4 +179,4 @@ strip = true
|
||||
# portion of durch/rust-s3#449 (including refresh and loopback protections).
|
||||
# Revert to crates.io once that support is released upstream.
|
||||
[patch.crates-io]
|
||||
aws-creds = { git = "https://github.com/LockedThread/rust-s3", rev = "811c4245eb9cc7527ab374288174f59041aca454" }
|
||||
aws-creds = { git = "https://github.com/durch/rust-s3", rev = "811c4245eb9cc7527ab374288174f59041aca454" }
|
||||
|
||||
Reference in New Issue
Block a user