Skip to content

Commit f0256bb

Browse files
chore(dep): bump serde from 1.0.198 to 1.0.200 in /crates/rsonpath-test-codegen in the test-deps group across 1 directory (#509)
chore(dep): bump serde Bumps the test-deps group with 1 update in the /crates/rsonpath-test-codegen directory: [serde](https://github.com/serde-rs/serde). Updates `serde` from 1.0.198 to 1.0.200 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.198...v1.0.200) --- 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 caf2f9d commit f0256bb

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.198", features = ["derive"] }
18+
serde = { version = "1.0.200", features = ["derive"] }
1919
toml = "0.8.12"
2020
proc-macro2 = "1.0.81"
2121
quote = "1.0.36"

0 commit comments

Comments
 (0)