Skip to content

Commit 36e4b3d

Browse files
build(deps): bump thiserror from 2.0.12 to 2.0.16
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.12 to 2.0.16. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.16) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77f92eb commit 36e4b3d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -24,7 +24,7 @@ rust-embed = { version = "8.7.2", default-features = false }
2424
serde = { version = "1.0.219", features = ["derive"] }
2525
serde_json = { version = "1.0.142", default-features = false, features = [] }
2626
serde_yaml = { version = "0.9.34", default-features = false, features = [] }
27-
thiserror = "2.0.12"
27+
thiserror = "2.0.16"
2828
time = { version = "0.3.41", default-features = false, features = ["parsing", "local-offset", "macros"] }
2929
tokio = { version = "1.47.0", default-features = false, features = ["macros", "rt-multi-thread", "full"] }
3030
tokio-stream = { version = "0.1.17", default-features = false, features = [] }

0 commit comments

Comments
 (0)