Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 77f5919 commit d6128ba
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 26 deletions.
59 changes: 35 additions & 24 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.70"
thiserror = "1.0.37"
thiserror = "1.0.49"
reqwest = { version = "0.11.18", default-features = false, features=["blocking", "gzip", "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots"] }
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.95"
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.25.2", features = ["bundled"] }
serde = "1.0.156"
serde_json = "1.0.95"
serde_derive = "1.0.130"
thiserror = "1.0.37"
thiserror = "1.0.49"
ring = "0.16.20"
hex = "0.4.3"
lru-cache = "0.1.2"
Expand Down

0 comments on commit d6128ba

Please sign in to comment.