Skip to content

Commit c9761fd

Browse files
build(deps): bump thiserror from 2.0.17 to 2.0.18 (#521)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.17 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.17...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 083b872 commit c9761fd

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.8.5"
1111
pest_derive = "2.8.4"
12-
thiserror = "2.0.17"
12+
thiserror = "2.0.18"
1313

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

0 commit comments

Comments
 (0)