Skip to content

Commit 2a25b7a

Browse files
chore(deps): bump thiserror from 1.0.69 to 2.0.17
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.17. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6485069 commit 2a25b7a

5 files changed

Lines changed: 8 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/config-bootstrap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tokio = { workspace = true, features = ["rt-multi-thread", "macros", "fs", "time
1414
serde = { version = "1", features = ["derive"] }
1515
serde_json = "1"
1616
toml = "0.8"
17-
thiserror = "1"
17+
thiserror = "2"
1818
tracing = "0.1"
1919
kvutil = { path = "../kvutil" }
2020

rust/edge-onboarding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ path = "src/lib.rs"
1313
serde = { version = "1", features = ["derive"] }
1414
serde_json = "1"
1515
base64 = "0.22"
16-
thiserror = "1"
16+
thiserror = "2"
1717
tracing = "0.1"
1818
ureq = { version = "2", features = ["json"] }
1919
urlencoding = "2"

rust/kvutil/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tonic = { workspace = true }
1313
prost = { workspace = true }
1414
serde = { version = "1", features = ["derive"] }
1515
serde_json = "1"
16-
thiserror = "1"
16+
thiserror = "2"
1717
tokio-stream = { workspace = true }
1818
toml = "0.8"
1919
spiffe = { version = "0.6", default-features = false, features = ["spiffe-types", "workload-api"] }

rust/srql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pq-sys = { version = "0.7.5", features = ["bundled"] }
2020
serde = { version = "1.0.214", features = ["derive"] }
2121
serde_json = "1.0.132"
2222
serde_with = "3.11.0"
23-
thiserror = "1.0.69"
23+
thiserror = "2.0.17"
2424
tokio = { version = "1.41.0", features = ["full"] }
2525
tower = "0.5.1"
2626
tower-http = { version = "0.6.1", features = ["trace"] }

0 commit comments

Comments
 (0)