Skip to content

Commit 3d61c4c

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: [toml](https://github.com/toml-rs/toml), [proc-macro2](https://github.com/dtolnay/proc-macro2) and [quote](https://github.com/dtolnay/quote). Updates `toml` from 0.9.8 to 0.9.11+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.8...toml-v0.9.11) Updates `proc-macro2` from 1.0.103 to 1.0.105 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.103...1.0.105) Updates `quote` from 1.0.42 to 1.0.43 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.42...1.0.43) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.11+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps - dependency-name: proc-macro2 dependency-version: 1.0.105 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps - dependency-name: quote dependency-version: 1.0.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c86994c commit 3d61c4c

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

crates/rsonpath-test-codegen/Cargo.lock

Lines changed: 14 additions & 14 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ publish = false
1616

1717
[dependencies]
1818
serde = { version = "1.0.228", features = ["derive"] }
19-
toml = "0.9.8"
20-
proc-macro2 = "1.0.103"
21-
quote = "1.0.42"
19+
toml = "0.9.11"
20+
proc-macro2 = "1.0.105"
21+
quote = "1.0.43"
2222
heck = { version = "0.5.0" }
2323
walkdir = "2.5.0"
2424

0 commit comments

Comments
 (0)