From 10a31e8000bfe299ec96ca8e9ccfd191bcfb5e91 Mon Sep 17 00:00:00 2001 From: Cea Stapleton Cordasco <261786559+cea@users.noreply.github.com> Date: Tue, 11 Aug 2026 10:53:59 -0500 Subject: [PATCH] fix(deps): use public aws-creds source Signed-off-by: Cea Stapleton Cordasco <261786559+cea@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b9470907..6b91a5ec6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index d039d7aa1..c79760a1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }