Skip to content

Commit

Permalink
build(deps): update thiserror requirement in the dependencies group (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 16, 2024
1 parent 023767e commit d382229
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/s3s-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/s3s-policy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/s3s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d382229

Please sign in to comment.