Skip to content

Commit fe36329

Browse files
build(deps): bump thiserror from 1.0.67 to 1.0.68 (#3324)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.67 to 1.0.68. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.67...1.0.68) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c750c35 commit fe36329

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3507,18 +3507,18 @@ dependencies = [
35073507

35083508
[[package]]
35093509
name = "thiserror"
3510-
version = "1.0.67"
3510+
version = "1.0.68"
35113511
source = "registry+https://github.com/rust-lang/crates.io-index"
3512-
checksum = "3b3c6efbfc763e64eb85c11c25320f0737cb7364c4b6336db90aa9ebe27a0bbd"
3512+
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
35133513
dependencies = [
35143514
"thiserror-impl",
35153515
]
35163516

35173517
[[package]]
35183518
name = "thiserror-impl"
3519-
version = "1.0.67"
3519+
version = "1.0.68"
35203520
source = "registry+https://github.com/rust-lang/crates.io-index"
3521-
checksum = "b607164372e89797d78b8e23a6d67d5d1038c1c65efd52e1389ef8b77caba2a6"
3521+
checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
35223522
dependencies = [
35233523
"proc-macro2",
35243524
"quote",

0 commit comments

Comments
 (0)