Skip to content

Commit

Permalink
dep: bump arbitrary in the deps group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the deps group with 1 update in the / directory: [arbitrary](https://github.com/rust-fuzz/arbitrary).


Updates `arbitrary` from 1.3.2 to 1.4.1
- [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md)
- [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.1)

---
updated-dependencies:
- dependency-name: arbitrary
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent bc00bff commit 15d5fdf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -27,7 +27,7 @@ rustdoc-args = ["--cfg", "docsrs"]
all-features = true

[dependencies]
arbitrary = { version = "1.3.2", features = ["derive"], optional = true }
arbitrary = { version = "1.4.1", features = ["derive"], optional = true }
cfg-if = "1.0.0"
log = "0.4.22"
memmap2 = "0.9.5"
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 @@ -17,7 +17,7 @@ rustdoc-args = ["--cfg", "docsrs"]
all-features = true

[dependencies]
arbitrary = { version = "1.3.2", features = ["derive"], optional = true }
arbitrary = { version = "1.4.1", features = ["derive"], optional = true }
owo-colors = { version = "4.1.0", default-features = false, optional = true }
nom = "7.1.3"
thiserror = "1.0.66"
Expand Down

0 comments on commit 15d5fdf

Please sign in to comment.