Skip to content

Commit d22d399

Browse files
chore(dep): bump the test-deps group across 1 directory with 4 updates
Bumps the test-deps group with 4 updates in the /crates/rsonpath-test-codegen directory: [serde](https://github.com/serde-rs/serde), [toml](https://github.com/toml-rs/toml), [proc-macro2](https://github.com/dtolnay/proc-macro2) and [quote](https://github.com/dtolnay/quote). Updates `serde` from 1.0.219 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.219...v1.0.228) Updates `toml` from 0.9.2 to 0.9.7 - [Commits](toml-rs/toml@toml-v0.9.2...toml-v0.9.7) Updates `proc-macro2` from 1.0.95 to 1.0.101 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.95...1.0.101) Updates `quote` from 1.0.40 to 1.0.41 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.40...1.0.41) --- updated-dependencies: - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps - dependency-name: toml dependency-version: 0.9.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps - dependency-name: proc-macro2 dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps - dependency-name: quote dependency-version: 1.0.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd6b72e commit d22d399

File tree

2 files changed

+39
-29
lines changed

2 files changed

+39
-29
lines changed

crates/rsonpath-test-codegen/Cargo.lock

Lines changed: 35 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rsonpath-test-codegen/Cargo.toml

Lines changed: 4 additions & 4 deletions
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.219", features = ["derive"] }
19-
toml = "0.9.2"
20-
proc-macro2 = "1.0.95"
21-
quote = "1.0.40"
18+
serde = { version = "1.0.228", features = ["derive"] }
19+
toml = "0.9.8"
20+
proc-macro2 = "1.0.101"
21+
quote = "1.0.41"
2222
heck = { version = "0.5.0" }
2323
walkdir = "2.5.0"
2424

0 commit comments

Comments
 (0)