Skip to content

Commit 8129bd8

Browse files
Bump thiserror from 2.0.9 to 2.0.11 (#367)
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 d45a42d commit 8129bd8

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.

dtrace-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/oxidecomputer/usdt.git"
99
[dependencies]
1010
pest = "2.7.15"
1111
pest_derive = "2.7.15"
12-
thiserror = "2.0.9"
12+
thiserror = "2.0.11"
1313

1414
[dev-dependencies]
1515
rstest = "0.22.0"

0 commit comments

Comments
 (0)