Skip to content

Commit c6c0031

Browse files
chore(dep): bump the test-deps group across 1 directory with 3 updates
Bumps the test-deps group with 3 updates in the /crates/rsonpath-test-codegen directory: [serde](https://github.com/serde-rs/serde), [toml](https://github.com/toml-rs/toml) and [quote](https://github.com/dtolnay/quote). Updates `serde` from 1.0.203 to 1.0.209 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.203...v1.0.209) Updates `toml` from 0.8.14 to 0.8.19 - [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.19) Updates `quote` from 1.0.36 to 1.0.37 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.36...1.0.37) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d91336c commit c6c0031

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

crates/rsonpath-test-codegen/Cargo.lock

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

crates/rsonpath-test-codegen/Cargo.toml

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

1717
[dependencies]
18-
serde = { version = "1.0.203", features = ["derive"] }
19-
toml = "0.8.14"
18+
serde = { version = "1.0.209", features = ["derive"] }
19+
toml = "0.8.19"
2020
proc-macro2 = "1.0.86"
21-
quote = "1.0.36"
21+
quote = "1.0.37"
2222
heck = { version = "0.4.1", features = ["unicode"] }
2323
walkdir = "2.5.0"
2424

0 commit comments

Comments
 (0)