Skip to content

Commit

Permalink
dep: bump the deps group with 2 updates (#387)
Browse files Browse the repository at this point in the history
Bumps the deps group with 2 updates: [memmap2](https://github.com/RazrFalcon/memmap2-rs) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `memmap2` from 0.9.0 to 0.9.3
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/memmap2-rs@v0.9.0...v0.9.3)

Updates `thiserror` from 1.0.50 to 1.0.51
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.50...1.0.51)

---
updated-dependencies:
- dependency-name: memmap2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: thiserror
  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 Dec 19, 2023
1 parent 61497d9 commit 20537dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/rsonpath-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ all-features = true
arbitrary = { version = "1.3.1", features = ["derive"], optional = true }
cfg-if = "1.0.0"
log = "0.4.20"
memmap2 = "0.9.0"
memmap2 = "0.9.3"
nom = "7.1.3"
rsonpath-syntax = { version = "0.1.0", path = "../rsonpath-syntax" }
smallvec = { version = "1.11.2", features = ["union"] }
static_assertions = "1.1.0"
thiserror = "1.0.50"
thiserror = "1.0.51"
vector-map = "1.0.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/rsonpath-syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all-features = true
[dependencies]
arbitrary = { version = "1.3.1", features = ["derive"], optional = true }
nom = "7.1.3"
thiserror = "1.0.50"
thiserror = "1.0.51"

[dev-dependencies]
pretty_assertions = "1.4.0"
Expand Down

0 comments on commit 20537dd

Please sign in to comment.