Skip to content

Commit f2fcefe

Browse files
Bump thiserror from 2.0.9 to 2.0.11
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.9...2.0.11) --- 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 481cf68 commit f2fcefe

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

+7-7
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.95"
16-
thiserror = "2.0.9"
16+
thiserror = "2.0.11"
1717
reqwest = { version = "0.11.27", default-features = false, features=["blocking", "gzip", "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots"] }
1818
serde = { version = "1.0.217", features = ["derive"] }
1919
serde_json = "1.0.138"

svanill-vault-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ libsqlite3-sys = { version = "0.30.1", features = ["bundled"] }
2222
serde = "1.0.217"
2323
serde_json = "1.0.138"
2424
serde_derive = "1.0.130"
25-
thiserror = "2.0.9"
25+
thiserror = "2.0.11"
2626
ring = "0.17.8"
2727
hex = "0.4.3"
2828
lru-cache = "0.1.2"

0 commit comments

Comments
 (0)