From 85c8ea5ba692e0ade979afecb4bb66148a723002 Mon Sep 17 00:00:00 2001 From: Nugine Date: Tue, 15 Apr 2025 17:37:08 +0800 Subject: [PATCH] build(deps): upgrade s3s --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d5492c4..1ec65d72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7357,7 +7357,7 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "s3s" version = "0.12.0-dev" -source = "git+https://github.com/Nugine/s3s.git?rev=3ad13ace7af703c3c8afc99cf19f4c18c82603a3#3ad13ace7af703c3c8afc99cf19f4c18c82603a3" +source = "git+https://github.com/Nugine/s3s.git?rev=2ab81ef4ce066bc2644372ad033771eaab8398d0#2ab81ef4ce066bc2644372ad033771eaab8398d0" dependencies = [ "arrayvec", "async-trait", @@ -7407,7 +7407,7 @@ dependencies = [ [[package]] name = "s3s-policy" version = "0.12.0-dev" -source = "git+https://github.com/Nugine/s3s.git?rev=3ad13ace7af703c3c8afc99cf19f4c18c82603a3#3ad13ace7af703c3c8afc99cf19f4c18c82603a3" +source = "git+https://github.com/Nugine/s3s.git?rev=2ab81ef4ce066bc2644372ad033771eaab8398d0#2ab81ef4ce066bc2644372ad033771eaab8398d0" dependencies = [ "indexmap 2.9.0", "serde", diff --git a/Cargo.toml b/Cargo.toml index 0dc72ad9..a16c49a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,8 +102,8 @@ rust-embed = "8.7.0" rustls = { version = "0.23.26" } rustls-pki-types = "1.11.0" rustls-pemfile = "2.2.0" -s3s = { git = "https://github.com/Nugine/s3s.git", rev = "3ad13ace7af703c3c8afc99cf19f4c18c82603a3" } -s3s-policy = { git = "https://github.com/Nugine/s3s.git", rev = "3ad13ace7af703c3c8afc99cf19f4c18c82603a3" } +s3s = { git = "https://github.com/Nugine/s3s.git", rev = "2ab81ef4ce066bc2644372ad033771eaab8398d0" } +s3s-policy = { git = "https://github.com/Nugine/s3s.git", rev = "2ab81ef4ce066bc2644372ad033771eaab8398d0" } shadow-rs = { version = "0.38.1", default-features = false } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140"