Skip to content

Commit e1d9995

Browse files
Bump thiserror from 1.0.53 to 1.0.57
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.53 to 1.0.57. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.53...1.0.57) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06e2203 commit e1d9995

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

Cargo.lock

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

svanill-vault-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ svanill-vault-openapi = { path = "../svanill-vault-openapi", version = "0.1" }
1313
structopt = "0.3.26"
1414
atty = "0.2.14"
1515
anyhow = "1.0.78"
16-
thiserror = "1.0.39"
16+
thiserror = "1.0.57"
1717
reqwest = { version = "0.11.24", default-features = false, features=["blocking", "gzip", "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots"] }
1818
serde = { version = "1.0.193", features = ["derive"] }
1919
serde_json = "1.0.109"

svanill-vault-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ libsqlite3-sys = { version = "0.27.0", features = ["bundled"] }
2222
serde = "1.0.193"
2323
serde_json = "1.0.109"
2424
serde_derive = "1.0.130"
25-
thiserror = "1.0.39"
25+
thiserror = "1.0.57"
2626
ring = "0.17.7"
2727
hex = "0.4.3"
2828
lru-cache = "0.1.2"

0 commit comments

Comments
 (0)