Skip to content

Commit 9a3d416

Browse files
chore(dep): bump the test-deps group across 1 directory with 2 updates
Bumps the test-deps group with 2 updates in the /crates/rsonpath-test-codegen directory: [serde](https://github.com/serde-rs/serde) and [proc-macro2](https://github.com/dtolnay/proc-macro2). Updates `serde` from 1.0.210 to 1.0.213 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.213) Updates `proc-macro2` from 1.0.86 to 1.0.89 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.86...1.0.89) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac85aee commit 9a3d416

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

crates/rsonpath-test-codegen/Cargo.lock

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

crates/rsonpath-test-codegen/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ rust-version = "1.70.0"
1515
publish = false
1616

1717
[dependencies]
18-
serde = { version = "1.0.210", features = ["derive"] }
18+
serde = { version = "1.0.213", features = ["derive"] }
1919
toml = "0.8.19"
20-
proc-macro2 = "1.0.86"
20+
proc-macro2 = "1.0.89"
2121
quote = "1.0.37"
2222
heck = { version = "0.5.0" }
2323
walkdir = "2.5.0"

0 commit comments

Comments
 (0)