Skip to content

Commit

Permalink
Bump thiserror from 1.0.66 to 2.0.9
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 2.0.9.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.66...2.0.9)

---
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 and riquito committed Jan 4, 2025
1 parent d299644 commit 186f137
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 30 deletions.
76 changes: 48 additions & 28 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 svanill-vault-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ svanill-vault-openapi = { path = "../svanill-vault-openapi", version = "0.1" }
structopt = "0.3.26"
atty = "0.2.14"
anyhow = "1.0.95"
thiserror = "1.0.66"
thiserror = "2.0.9"
reqwest = { version = "0.11.27", default-features = false, features=["blocking", "gzip", "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
Expand Down
2 changes: 1 addition & 1 deletion svanill-vault-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libsqlite3-sys = { version = "0.30.1", features = ["bundled"] }
serde = "1.0.217"
serde_json = "1.0.134"
serde_derive = "1.0.130"
thiserror = "1.0.66"
thiserror = "2.0.9"
ring = "0.17.8"
hex = "0.4.3"
lru-cache = "0.1.2"
Expand Down

0 comments on commit 186f137

Please sign in to comment.