Skip to content

Commit 9b9731e

Browse files
Bump thiserror from 1.0.69 to 2.0.11 in /rust
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.11) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.11 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d95f94 commit 9b9731e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust/Cargo.lock

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

rust/autonomi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bytes = "1.0.1"
1313
hex = "0.4"
1414
rmp-serde = "1.1.1"
1515
self_encryption = "0.34.0"
16-
thiserror = "1.0"
16+
thiserror = "2.0"
1717
tokio = { version = "1", features = ["rt-multi-thread"] }
1818
uniffi = { workspace = true, features = ["tokio"] }
1919

0 commit comments

Comments
 (0)