Skip to content

Commit

Permalink
chore(dep): bump the test-deps group in /crates/rsonpath-test-codegen…
Browse files Browse the repository at this point in the history
… with 1 update (#483)

chore(dep): bump the test-deps group

Bumps the test-deps group in /crates/rsonpath-test-codegen with 1 update: [walkdir](https://github.com/BurntSushi/walkdir).


Updates `walkdir` from 2.4.0 to 2.5.0
- [Commits](BurntSushi/walkdir@2.4.0...2.5.0)

---
updated-dependencies:
- dependency-name: walkdir
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent e769ae1 commit 199278e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/rsonpath-test-codegen/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rsonpath-test-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ toml = "0.8.10"
proc-macro2 = "1.0.78"
quote = "1.0.33"
heck = { version = "0.4.1", features = ["unicode"] }
walkdir = "2.4.0"
walkdir = "2.5.0"

[dev-dependencies]
pretty_assertions = "1.4.0"

0 comments on commit 199278e

Please sign in to comment.