Skip to content

Commit ada9954

Browse files
Bump thiserror from 2.0.9 to 2.0.11 (#1043)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.9...2.0.11) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c2200f commit ada9954

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -50,7 +50,7 @@ serde_json = "1.0.134"
5050
serde_urlencoded = "0.7.1"
5151
serde_yaml = "0.9"
5252
syn = { version = "2.0.96", features = ["parsing"] }
53-
thiserror = "2.0.9"
53+
thiserror = "2.0.11"
5454
tokio = { version = "1.43.0", features = ["rt", "net"] }
5555
# change when publishing
5656
typify = { version = "0.3.0" }

0 commit comments

Comments
 (0)