Skip to content

Commit 4b4f80b

Browse files
build(deps): bump thiserror in the rust-minor-patch group (#271)
Bumps the rust-minor-patch group with 1 update: [thiserror](https://github.com/dtolnay/thiserror). Updates `thiserror` from 1.0.63 to 1.0.64 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.63...1.0.64) --- 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 b89b55a commit 4b4f80b

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.210", default-features = false, features = ["derive"] }
3232
serde_json = { version = "1.0.128", default-features = false }
3333
sha2 = { version = "0.10.8", default-features = false }
34-
thiserror = { version = "1.0.63", default-features = false }
34+
thiserror = { version = "1.0.64", default-features = false }
3535
tokio = { version = "1.40.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)