From d3822295e2751ed93be522fa7a1b0e17d4a2d3cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 13:51:49 +0000 Subject: [PATCH] build(deps): update thiserror requirement in the dependencies group (#219) --- crates/s3s-fs/Cargo.toml | 2 +- crates/s3s-policy/Cargo.toml | 2 +- crates/s3s/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/s3s-fs/Cargo.toml b/crates/s3s-fs/Cargo.toml index a8ec954..a8173e8 100644 --- a/crates/s3s-fs/Cargo.toml +++ b/crates/s3s-fs/Cargo.toml @@ -42,7 +42,7 @@ numeric_cast = "0.2.1" path-absolutize = "3.1.1" s3s = { version = "0.11.0-dev", path = "../s3s" } serde_json = "1.0.128" -thiserror = "1.0.64" +thiserror = "2.0.3" time = "0.3.36" tokio = { version = "1.40.0", features = ["fs", "io-util"] } tokio-util = { version = "0.7.12", features = ["io"] } diff --git a/crates/s3s-policy/Cargo.toml b/crates/s3s-policy/Cargo.toml index 3dbf771..5c23248 100644 --- a/crates/s3s-policy/Cargo.toml +++ b/crates/s3s-policy/Cargo.toml @@ -13,4 +13,4 @@ license.workspace = true indexmap = { version = "2.6.0", features = ["serde"] } serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" -thiserror = "1.0.64" +thiserror = "2.0.3" diff --git a/crates/s3s/Cargo.toml b/crates/s3s/Cargo.toml index 27187e3..cc1f9ca 100644 --- a/crates/s3s/Cargo.toml +++ b/crates/s3s/Cargo.toml @@ -51,7 +51,7 @@ serde_urlencoded = "0.7.1" sha1 = "0.11.0-pre.4" sha2 = "0.11.0-pre.4" smallvec = "1.13.2" -thiserror = "1.0.64" +thiserror = "2.0.3" time = { version = "0.3.36", features = ["formatting", "parsing", "macros"] } tower = { version = "0.5.1", optional = true } tracing = "0.1.40"