Skip to content

Commit 085a417

Browse files
chore(dep): bump the test-deps group in /crates/rsonpath-test-codegen 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b4bad6 commit 085a417

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

crates/rsonpath-test-codegen/Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rsonpath-test-codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish = false
1616

1717
[dependencies]
1818
serde = { version = "1.0.197", features = ["derive"] }
19-
toml = "0.8.10"
19+
toml = "0.8.11"
2020
proc-macro2 = "1.0.78"
2121
quote = "1.0.33"
2222
heck = { version = "0.4.1", features = ["unicode"] }

0 commit comments

Comments
 (0)