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 (#491)

chore(dep): bump the test-deps group

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


Updates `toml` from 0.8.10 to 0.8.11
- [Commits](toml-rs/toml@toml-v0.8.10...toml-v0.8.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 12, 2024
1 parent 2b4bad6 commit 085a417
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -16,7 +16,7 @@ publish = false

[dependencies]
serde = { version = "1.0.197", features = ["derive"] }
toml = "0.8.10"
toml = "0.8.11"
proc-macro2 = "1.0.78"
quote = "1.0.33"
heck = { version = "0.4.1", features = ["unicode"] }
Expand Down

0 comments on commit 085a417

Please sign in to comment.