Skip to content

Commit 310aa23

Browse files
build(deps): bump thiserror from 1.0.58 to 1.0.59
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.58 to 1.0.59. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.58...1.0.59) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1cb55c9 commit 310aa23

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

dsp-domain/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tracing.workspace = true
2929
tracing-subscriber.workspace = true
3030
tracing-test.workspace = true
3131
url.workspace = true
32-
thiserror = "1.0.56"
32+
thiserror = "1.0.59"
3333

3434
[dev-dependencies]
3535
assert_cmd = "2.0.12"

dsp-meta/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tracing.workspace = true
3333
tracing-subscriber.workspace = true
3434
tracing-test.workspace = true
3535
url.workspace = true
36-
thiserror = "1.0.56"
36+
thiserror = "1.0.59"
3737

3838
[dev-dependencies]
3939
assert_cmd = "2.0.12"

0 commit comments

Comments
 (0)