Skip to content

Commit 9ad5ead

Browse files
build(deps): bump pest from 2.8.3 to 2.8.4 (#502)
Bumps [pest](https://github.com/pest-parser/pest) from 2.8.3 to 2.8.4. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.3...v2.8.4) --- updated-dependencies: - dependency-name: pest dependency-version: 2.8.4 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 4362d3f commit 9ad5ead

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -7,7 +7,7 @@ description = "Parse DTrace provider definitions into Rust"
77
repository = "https://github.com/oxidecomputer/usdt.git"
88

99
[dependencies]
10-
pest = "2.8.3"
10+
pest = "2.8.4"
1111
pest_derive = "2.8.3"
1212
thiserror = "2.0.17"
1313

0 commit comments

Comments
 (0)