Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump thiserror from 1.0.69 to 2.0.11
Browse files Browse the repository at this point in the history
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-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jan 23, 2025
1 parent 9d01474 commit 35f5b79
Showing 3 changed files with 92 additions and 92 deletions.
180 changes: 90 additions & 90 deletions Cargo.lock
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -329,7 +329,7 @@ sysinfo = "0.33.0"
tap = "1.0.1"
tar = "0.4.43"
tempfile = "3.15"
thiserror = "1.0.64"
thiserror = "2.0.11"
time = "0.3.37"
tokio = "1.39"
tokio-stream = "0.1.17"
2 changes: 1 addition & 1 deletion sdk/ffi/go/Cargo.toml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ tokio = { version = "1", features = ["full"] }
lazy_static = "1.5.0"
# error handling
anyhow = "1.0.95"
thiserror = "1.0.64"
thiserror = "2.0.11"

[build-dependencies]
uniffi = { version = "0.25.2", features = ["build"] }

0 comments on commit 35f5b79

Please sign in to comment.