Skip to content

Commit 2876012

Browse files
chore(deps): bump the patch-updates group with 8 updates (#6863)
* chore(deps): bump the patch-updates group with 8 updates Bumps the patch-updates group with 8 updates: | Package | From | To | | --- | --- | --- | | [petgraph](https://github.com/petgraph/petgraph) | `0.6.5` | `0.7.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.93` | `2.0.95` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.84` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.6` | `1.2.7` | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.15.2` | `0.14.5` | | [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.25` | `0.2.27` | | [v8](https://github.com/denoland/rusty_v8) | `130.0.2` | `130.0.5` | | [winnow](https://github.com/winnow-rs/winnow) | `0.6.20` | `0.6.22` | Updates `petgraph` from 0.6.5 to 0.7.0 - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.6.5...petgraph@v0.7.0) Updates `syn` from 2.0.93 to 2.0.95 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.93...2.0.95) Updates `async-trait` from 0.1.83 to 0.1.84 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.83...0.1.84) Updates `cc` from 1.2.6 to 1.2.7 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.6...cc-v1.2.7) Updates `hashbrown` from 0.15.2 to 0.14.5 - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/commits/v0.14.5) Updates `prettyplease` from 0.2.25 to 0.2.27 - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](dtolnay/prettyplease@0.2.25...0.2.27) Updates `v8` from 130.0.2 to 130.0.5 - [Release notes](https://github.com/denoland/rusty_v8/releases) - [Commits](denoland/rusty_v8@v130.0.2...v130.0.5) Updates `winnow` from 0.6.20 to 0.6.22 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.20...v0.6.22) --- updated-dependencies: - dependency-name: petgraph dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: async-trait dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: hashbrown dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: prettyplease dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: v8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> * Hold on petgrpah --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
1 parent 4693c95 commit 2876012

File tree

3 files changed

+23
-21
lines changed

3 files changed

+23
-21
lines changed

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

naga/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ log = "0.4"
7878
spirv = { version = "0.3", optional = true }
7979
thiserror.workspace = true
8080
serde = { version = "1.0.217", features = ["derive"], optional = true }
81+
# Hold on updating to 0.7 until https://github.com/petgraph/petgraph/pull/714 is on crates.io
8182
petgraph = { version = "0.6", optional = true }
8283
pp-rs = { version = "0.2.1", optional = true }
8384
hexf-parse = { version = "0.2.1", optional = true }

naga/fuzz/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ cargo-fuzz = true
1111

1212
[target.'cfg(not(any(target_arch = "wasm32", target_os = "ios")))'.dependencies]
1313
arbitrary = { version = "1.4.1", features = ["derive"] }
14-
libfuzzer-sys = "0.4"
14+
# See https://github.com/rust-fuzz/libfuzzer/issues/126
15+
libfuzzer-sys = ">0.4.0,<=0.4.7"
1516

1617
[target.'cfg(not(any(target_arch = "wasm32", target_os = "ios")))'.dependencies.naga]
1718
path = ".."

0 commit comments

Comments
 (0)