Skip to content

Commit f54c56b

Browse files
chore(dep): bump the test-deps group in /crates/rsonpath-test-codegen with 1 update (#454)
chore(dep): bump the test-deps group Bumps the test-deps group in /crates/rsonpath-test-codegen with 1 update: [serde](https://github.com/serde-rs/serde). Updates `serde` from 1.0.195 to 1.0.196 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.195...v1.0.196) --- updated-dependencies: - dependency-name: serde 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 f0736c2 commit f54c56b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

crates/rsonpath-test-codegen/Cargo.lock

+4-4
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
@@ -15,7 +15,7 @@ rust-version = "1.70.0"
1515
publish = false
1616

1717
[dependencies]
18-
serde = { version = "1.0.195", features = ["derive"] }
18+
serde = { version = "1.0.196", features = ["derive"] }
1919
toml = "0.8.8"
2020
proc-macro2 = "1.0.78"
2121
quote = "1.0.33"

0 commit comments

Comments
 (0)