Skip to content

Commit

Permalink
build(deps): bump thiserror from 1.0.61 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 2.0.0.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.61...2.0.0)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 63491b8 commit 24d9f5e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 12 deletions.
40 changes: 30 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tailor_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license.workspace = true
repository.workspace = true

[dependencies]
thiserror = "1"
thiserror = "2"
serde_json = "1"
zbus = { version = "4", default-features = false, features = ["tokio"] }

Expand Down
2 changes: 1 addition & 1 deletion tuxedo_ioctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true

[dependencies]
nix = { version = "0.29", features = ["ioctl"] }
thiserror = "1"
thiserror = "2"
tracing = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit 24d9f5e

Please sign in to comment.