Skip to content

Commit a92059d

Browse files
dep: bump the deps group with 1 update (#450)
Bumps the deps group with 1 update: [memmap2](https://github.com/RazrFalcon/memmap2-rs). Updates `memmap2` from 0.9.3 to 0.9.4 - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/memmap2-rs@v0.9.3...v0.9.4) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49ecae1 commit a92059d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
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
@@ -30,7 +30,7 @@ all-features = true
3030
arbitrary = { version = "1.3.1", features = ["derive"], optional = true }
3131
cfg-if = "1.0.0"
3232
log = "0.4.20"
33-
memmap2 = "0.9.3"
33+
memmap2 = "0.9.4"
3434
nom = "7.1.3"
3535
rsonpath-syntax = { version = "0.2.0", path = "../rsonpath-syntax" }
3636
smallvec = { version = "1.13.1", features = ["union"] }

0 commit comments

Comments
 (0)