Skip to content

Commit 9ef55a2

Browse files
dependabot[bot]zk-steve
authored andcommitted
build(deps): bump thiserror from 1.0.59 to 1.0.60
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.60. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.59...1.0.60) --- 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 bb3a7d9 commit 9ef55a2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ version = "1.0"
2020
features = ["derive"]
2121

2222
[dependencies.thiserror]
23-
version = "1.0.59"
23+
version = "1.0.60"
2424

2525
[dependencies.anyhow]
2626
version = "1.0.83"

src/public/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ version = "1.36.0"
108108
features = ["full"]
109109

110110
[dependencies.thiserror]
111-
version = "1.0.59"
111+
version = "1.0.60"
112112

113113
[dependencies.anyhow]
114114
version = "1.0.83"

0 commit comments

Comments
 (0)