fix(deps): use public aws-creds source

Signed-off-by: Cea Stapleton Cordasco <261786559+cea@users.noreply.github.com>
This commit is contained in:
Cea Stapleton Cordasco
2026-08-11 10:53:59 -05:00
parent c11d457b73
commit 10a31e8000
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -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
View File
@@ -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" }