Unverified Commit d3822295 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

build(deps): update thiserror requirement in the dependencies group (#219)

parent 023767e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"] }
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"