Skip to content

Commit

Permalink
Bump the minor group with 2 updates (#238)
Browse files Browse the repository at this point in the history
Bumps the minor group with 2 updates: [tempfile](https://github.com/Stebalien/tempfile) and [arbitrary](https://github.com/rust-fuzz/arbitrary).


Updates `tempfile` from 3.13.0 to 3.14.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.13.0...v3.14.0)

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: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: arbitrary
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 362cf77 commit 3e6e8b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ mdbook = { version = "0.4.37", default-features = false }
polib = "0.2.0"
pretty_assertions = "1.4.1"
serde_json = "1.0.132"
tempfile = "3.13.0"
tempfile = "3.14.0"
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cargo-fuzz = true
workspace = true

[dependencies]
arbitrary = { version = "1.3.1", features = ["derive"] }
arbitrary = { version = "1.4.1", features = ["derive"] }
libfuzzer-sys = "0.4.0"
mdbook.workspace = true
mdbook-i18n-helpers = { path = "../i18n-helpers" }
Expand Down

0 comments on commit 3e6e8b9

Please sign in to comment.