Skip to content

Commit

Permalink
dep: bump the deps group with 1 update (#450)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent 49ecae1 commit a92059d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rsonpath-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ all-features = true
arbitrary = { version = "1.3.1", features = ["derive"], optional = true }
cfg-if = "1.0.0"
log = "0.4.20"
memmap2 = "0.9.3"
memmap2 = "0.9.4"
nom = "7.1.3"
rsonpath-syntax = { version = "0.2.0", path = "../rsonpath-syntax" }
smallvec = { version = "1.13.1", features = ["union"] }
Expand Down

0 comments on commit a92059d

Please sign in to comment.