chore(deps): bump the cargo group across 4 directories with 7 updates#21713
chore(deps): bump the cargo group across 4 directories with 7 updates#21713dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d7f72dcd2a
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| clap = "4" | ||
| futures = "0.3" | ||
| rand = "0.8" | ||
| rand = "0.10" |
There was a problem hiding this comment.
Keep rand major compatible with current API usage
Bumping the workspace dependency to rand = "0.10" introduces a breaking API change for this package: production code still calls rand::thread_rng() (e.g. crates/net/src/discovery.rs), but rand 0.10 switched callers to rand::rng() and no longer exposes thread_rng in the same way. As a result, preconfirmation-net will fail to build once the lockfile resolves to rand 0.10 (or force a lockfile churn back to 0.9/0.8), so this dependency bump needs accompanying code updates (or a constrained rand version).
Useful? React with 👍 / 👎.
c4554c6 to
c376bec
Compare
c6a748f to
f1198de
Compare
Bumps the cargo group with 6 updates in the /packages/ejector directory: | Package | From | To | | --- | --- | --- | | [keccak](https://github.com/RustCrypto/sponges) | `0.1.5` | `0.1.6` | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.73` | `0.10.80` | | [quinn-proto](https://github.com/quinn-rs/quinn) | `0.11.13` | `0.11.14` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.8.6` | | [rustls-webpki](https://github.com/rustls/webpki) | `0.103.7` | `0.103.13` | | [time](https://github.com/time-rs/time) | `0.3.44` | `0.3.47` | Bumps the cargo group with 6 updates in the /packages/preconfirmation-p2p directory: | Package | From | To | | --- | --- | --- | | [keccak](https://github.com/RustCrypto/sponges) | `0.1.5` | `0.1.6` | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.75` | `0.10.80` | | [quinn-proto](https://github.com/quinn-rs/quinn) | `0.11.13` | `0.11.14` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.2` | | [rustls-webpki](https://github.com/rustls/webpki) | `0.103.8` | `0.103.13` | | [time](https://github.com/time-rs/time) | `0.3.44` | `0.3.47` | Bumps the cargo group with 2 updates in the /packages/taiko-client-rs directory: [openssl](https://github.com/rust-openssl/rust-openssl) and [jsonwebtoken](https://github.com/Keats/jsonwebtoken). Bumps the cargo group with 5 updates in the /packages/urcindexer-rs directory: | Package | From | To | | --- | --- | --- | | [keccak](https://github.com/RustCrypto/sponges) | `0.1.5` | `0.1.6` | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.74` | `0.10.80` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.8.6` | | [rustls-webpki](https://github.com/rustls/webpki) | `0.103.7` | `0.103.13` | | [time](https://github.com/time-rs/time) | `0.3.44` | `0.3.47` | Updates `keccak` from 0.1.5 to 0.1.6 - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) Updates `openssl` from 0.10.73 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `quinn-proto` from 0.11.13 to 0.11.14 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.13...quinn-proto-0.11.14) Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `rustls-webpki` from 0.103.7 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.7...v/0.103.13) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `keccak` from 0.1.5 to 0.1.6 - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) Updates `openssl` from 0.10.73 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `quinn-proto` from 0.11.13 to 0.11.14 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.13...quinn-proto-0.11.14) Updates `rustls-webpki` from 0.103.7 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.7...v/0.103.13) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `keccak` from 0.1.5 to 0.1.6 - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) Updates `openssl` from 0.10.73 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `quinn-proto` from 0.11.13 to 0.11.14 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.13...quinn-proto-0.11.14) Updates `rustls-webpki` from 0.103.7 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.7...v/0.103.13) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) Updates `keccak` from 0.1.5 to 0.1.6 - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) Updates `openssl` from 0.10.73 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `rustls-webpki` from 0.103.7 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.7...v/0.103.13) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) Updates `keccak` from 0.1.5 to 0.1.6 - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) Updates `openssl` from 0.10.75 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `quinn-proto` from 0.11.13 to 0.11.14 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.13...quinn-proto-0.11.14) Updates `rand` from 0.8.5 to 0.9.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `rustls-webpki` from 0.103.8 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.7...v/0.103.13) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) Updates `rand` from 0.8.5 to 0.9.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `keccak` from 0.1.5 to 0.1.6 - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) Updates `openssl` from 0.10.75 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `quinn-proto` from 0.11.13 to 0.11.14 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.13...quinn-proto-0.11.14) Updates `rustls-webpki` from 0.103.8 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.7...v/0.103.13) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) Updates `rand` from 0.8.5 to 0.9.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `keccak` from 0.1.5 to 0.1.6 - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) Updates `openssl` from 0.10.75 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `quinn-proto` from 0.11.13 to 0.11.14 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.13...quinn-proto-0.11.14) Updates `rustls-webpki` from 0.103.8 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.7...v/0.103.13) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) Updates `keccak` from 0.1.5 to 0.1.6 - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) Updates `openssl` from 0.10.75 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `rand` from 0.8.5 to 0.9.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `rustls-webpki` from 0.103.8 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.7...v/0.103.13) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) Updates `openssl` from 0.10.79 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `openssl` from 0.10.79 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `jsonwebtoken` from 9.3.1 to 10.3.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v9.3.1...v10.3.0) Updates `openssl` from 0.10.79 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `jsonwebtoken` from 9.3.1 to 10.4.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v9.3.1...v10.3.0) Updates `openssl` from 0.10.79 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `keccak` from 0.1.5 to 0.1.6 - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) Updates `openssl` from 0.10.74 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `rustls-webpki` from 0.103.7 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.7...v/0.103.13) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `keccak` from 0.1.5 to 0.1.6 - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) Updates `openssl` from 0.10.74 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `rustls-webpki` from 0.103.7 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.7...v/0.103.13) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `keccak` from 0.1.5 to 0.1.6 - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) Updates `openssl` from 0.10.74 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `rustls-webpki` from 0.103.7 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.7...v/0.103.13) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) Updates `keccak` from 0.1.5 to 0.1.6 - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) Updates `openssl` from 0.10.74 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.80) Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `rustls-webpki` from 0.103.7 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.7...v/0.103.13) Updates `time` from 0.3.44 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.44...v0.3.47) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production - dependency-name: jsonwebtoken dependency-version: 10.4.0 dependency-type: direct:production - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: openssl dependency-version: 0.10.80 dependency-type: indirect - dependency-name: quinn-proto dependency-version: 0.11.14 dependency-type: indirect - dependency-name: quinn-proto dependency-version: 0.11.14 dependency-type: indirect - dependency-name: quinn-proto dependency-version: 0.11.14 dependency-type: indirect - dependency-name: quinn-proto dependency-version: 0.11.14 dependency-type: indirect - dependency-name: quinn-proto dependency-version: 0.11.14 dependency-type: indirect - dependency-name: quinn-proto dependency-version: 0.11.14 dependency-type: indirect - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
f1198de to
57aa228
Compare
Bumps the cargo group with 6 updates in the /packages/ejector directory:
0.1.50.1.60.10.730.10.800.11.130.11.140.8.50.8.60.103.70.103.130.3.440.3.47Bumps the cargo group with 6 updates in the /packages/preconfirmation-p2p directory:
0.1.50.1.60.10.750.10.800.11.130.11.140.8.50.9.20.103.80.103.130.3.440.3.47Bumps the cargo group with 2 updates in the /packages/taiko-client-rs directory: openssl and jsonwebtoken.
Bumps the cargo group with 5 updates in the /packages/urcindexer-rs directory:
0.1.50.1.60.10.740.10.800.8.50.8.60.103.70.103.130.3.440.3.47Updates
keccakfrom 0.1.5 to 0.1.6Commits
a8936d9keccak v0.1.6Updates
opensslfrom 0.10.73 to 0.10.80Release notes
Sourced from openssl's releases.
... (truncated)
Commits
35be7aeRelease openssl 0.10.80 and openssl-sys 0.9.116 (#2639)19eceb2Fix output buffer overflow in cipher_update_inplace for AES key-wrap-with-pad...b460eb3Prefer Homebrew openssl@4 and stop looking for openssl@1.1 (#2633)649f2d9Release openssl 0.10.79 and openssl-sys 0.9.115 (#2632)257f9b2Fix output buffer overflow for AES key-wrap-with-padding ciphers (#2630)d43e917Reject non-UTF-8 OCSP responder URLs in X509Ref::ocsp_responders (#2631)f46519cAdd PkeyCtxRef::set_context_string for ML-DSA (#2629)ad9ae31Bind OSSL_PARAM_modified and use it for seed_into (#2628)4e25c9bFix process abort when verify/PSK callbacks fire after SSL_CTX swap (#2624)3dd8f42Add PKeyRef::seed_into for ML-DSA/ML-KEM seed extraction (#2626)Updates
quinn-protofrom 0.11.13 to 0.11.14Release notes
Sourced from quinn-proto's releases.
Commits
2c315aaproto: bump version to 0.11.148ad47f4Use newer rustls-pki-types PEM parser APIc81c028ci: fix workflow syntax0050172ci: pin wasm-bindgen-cli version8a6f82cTake semver-compatible dependency updatese52db4aApply suggestions from clippy 1.916df7275chore: Fixunnecessary_unwrapclippyc8eefa0proto: avoid unwrapping varint decoding during parameters parsing9723a97fuzz: add fuzzing target for parsing transport parameterseaf0ef3Fix over-permissive proto dependency edge (#2385)Updates
randfrom 0.8.5 to 0.8.6Changelog
Sourced from rand's changelog.
Commits
5309f250.8.6 (#1772): update for recent nightly rustc and backport #17641126d03When testing rustc 1.36, use compatible dependencies.143b602Add Cargo.lock.msrv.9be86f2Fix cross build test.5e0d50dDrop simd_support.8ff02f0Upgrade cache action.4ad0cc3Don't test for unsupported target architecture.258e6d0Address warning.9f0e676Mark some internal traits as potentially unused.6f123c1Workaround never constructed and never used warning.Updates
rustls-webpkifrom 0.103.7 to 0.103.13Release notes
Sourced from rustls-webpki's releases.
... (truncated)
Commits
2879b2cPrepare 0.103.132c49773Improve tests for padding ofBitStringFlags4e3c0b3Correct validation of BIT STRING constraints39c91d2Actually fail closed for URI matching against excluded subtrees27131d4Bump version to 0.103.126ecb876Clean up stuttery enum variant names318b3e6Ignore wildcard labels when matching name constraints1219622Rewrite constraint matching to avoid permissive catch-all branch57bc62cBump version to 0.103.11d0fa01eAllow parsing trust anchors with unknown criticial extensionsUpdates
timefrom 0.3.44 to 0.3.47Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
... (truncated)
Commits
d5144cdv0.3.47 releasef6206b0Guard against integer overflow in release mode1c63dc7Avoid denial of service when parsing Rfc28225940df6Add builder methods to avoid verbose construction00881a4Manually format macros everywherebb723b6Addtrailing_inputmodifier toend31c4f8ePermitW12indate!macro490a17bMark error paths in well-known formats as cold6cb1896OptimizeRfc2822parsing6d264d5Remove erroneous#[inline(never)]attributesUpdates
randfrom 0.8.5 to 0.8.6Changelog
Sourced from rand's changelog.
Commits
5309f250.8.6 (#1772): update for recent nightly rustc and backport #17641126d03When testing rustc 1.36, use compatible dependencies.143b602Add Cargo.lock.msrv.9be86f2Fix cross build test.5e0d50dDrop simd_support.8ff02f0Upgrade cache action.4ad0cc3Don't test for unsupported target architecture.258e6d0Address warning.9f0e676Mark some internal traits as potentially unused.6f123c1Workaround never constructed and never used warning.Updates
keccakfrom 0.1.5 to 0.1.6Commits
a8936d9keccak v0.1.6Updates
opensslfrom 0.10.73 to 0.10.80Release notes
Sourced from openssl's releases.
... (truncated)
Commits
35be7aeRelease openssl 0.10.80 and openssl-sys 0.9.116 (#2639)19eceb2Fix output buffer overflow in cipher_update_inplace for AES key-wrap-with-pad...b460eb3Prefer Homebrew openssl@4 and stop looking for openssl@1.1 (#2633)649f2d9Release openssl 0.10.79 and openssl-sys 0.9.115 (#2632)257f9b2Fix output buffer overflow for AES key-wrap-with-padding ciphers (#2630)d43e917Reject non-UTF-8 OCSP responder URLs in X509Ref::ocsp_responders (#2631)f46519cAdd PkeyCtxRef::set_context_string for ML-DSA (#2629)ad9ae31Bind OSSL_PARAM_modified and use it for seed_into (#2628)4e25c9bFix process abort when verify/PSK callbacks fire after SSL_CTX swap (#2624)3dd8f42Add PKeyRef::seed_into for ML-DSA/ML-KEM seed extraction (#2626)Updates
quinn-protofrom 0.11.13 to 0.11.14Release notes
Sourced from quinn-proto's releases.
Commits
2c315aaproto: bump version to 0.11.148ad47f4Use newer rustls-pki-types PEM parser APIc81c028ci: fix workflow syntax0050172ci: pin wasm-bindgen-cli version8a6f82cTake semver-compatible dependency updatese52db4aApply suggestions from clippy 1.916df7275chore: Fixunnecessary_unwrapclippyc8eefa0proto: avoid unwrapping varint decoding during parameters parsing9723a97fuzz: add fuzzing target for parsing transport parameterseaf0ef3Fix over-permissive proto dependency edge (#2385)Updates
rustls-webpkifrom 0.103.7 to 0.103.13Release notes
Sourced from rustls-webpki's releases.
... (truncated)
Commits
2879b2cPrepare 0.103.132c49773Improve tests for padding ofBitStringFlags4e3c0b3Correct validation of BIT STRING constraints39c91d2Actually fail closed for URI matching against excluded subtrees27131d4Bump version to 0.103.126ecb876Clean up stuttery enum variant names318b3e6Ignore wildcard labels when matching name constraints1219622Rewrite constraint matching to avoid permissive catch-all branch57bc62cBump version to 0.103.11d0fa01eAllow parsing trust anchors with unknown criticial extensionsUpdates
timefrom 0.3.44 to 0.3.47Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
... (truncated)
Commits
d5144cdv0.3.47 releasef6206b0Guard against integer overflow in release mode1c63dc7Avoid denial of service when parsing Rfc28225940df6Add builder methods to avoid verbose construction00881a4Manually format macros everywherebb723b6Addtrailing_inputmodifier toend