Skip to content

Commit 0de1d5d

Browse files
Bump thiserror from 1.0.61 to 1.0.62 in the rust-minor-patch group (#233)
Bumps the rust-minor-patch group with 1 update: [thiserror](https://github.com/dtolnay/thiserror). Updates `thiserror` from 1.0.61 to 1.0.62 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.61...1.0.62) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f76cb2 commit 0de1d5d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sentry = { version = "0.32.3", default-features = false, features = ["anyhow", "
3131
serde = { version = "1.0.204", default-features = false, features = ["derive"] }
3232
serde_json = { version = "1.0.120", default-features = false }
3333
sha2 = { version = "0.10.8", default-features = false }
34-
thiserror = { version = "1.0.61", default-features = false }
34+
thiserror = { version = "1.0.62", default-features = false }
3535
tokio = { version = "1.38.0", default-features = false, features = ["macros", "rt-multi-thread"] }
3636
tracing = { version = "0.1.40", default-features = false }
3737
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt", "ansi", "env-filter"] }

0 commit comments

Comments
 (0)