Skip to content

Commit 5cbeca9

Browse files
dep: bump the deps group with 1 update (#443)
Bumps the deps group with 1 update: [smallvec](https://github.com/servo/rust-smallvec). Updates `smallvec` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7a4763 commit 5cbeca9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

crates/rsonpath-lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ log = "0.4.20"
3333
memmap2 = "0.9.3"
3434
nom = "7.1.3"
3535
rsonpath-syntax = { version = "0.2.0", path = "../rsonpath-syntax" }
36-
smallvec = { version = "1.12.0", features = ["union"] }
36+
smallvec = { version = "1.13.0", features = ["union"] }
3737
static_assertions = "1.1.0"
3838
thiserror = "1.0.56"
3939
vector-map = "1.0.1"

0 commit comments

Comments
 (0)