chore(deps): bump the patches group across 1 directory with 5 updates#25390
chore(deps): bump the patches group across 1 directory with 5 updates#25390dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the patches group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [async-rs](https://github.com/amqp-rs/async-rs) | `0.8.4` | `0.8.5` | | [h2](https://github.com/hyperium/h2) | `0.4.13` | `0.4.14` | | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.11` | `1.1.12` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.9` | `0.11.10` | | [web-sys](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.97` | `0.3.98` | Updates `async-rs` from 0.8.4 to 0.8.5 - [Commits](amqp-rs/async-rs@v0.8.4...v0.8.5) Updates `h2` from 0.4.13 to 0.4.14 - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](hyperium/h2@v0.4.13...v0.4.14) Updates `pin-project` from 1.1.11 to 1.1.12 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.1.11...v1.1.12) Updates `env_logger` from 0.11.9 to 0.11.10 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.9...v0.11.10) Updates `web-sys` from 0.3.97 to 0.3.98 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: async-rs dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: env_logger dependency-version: 0.11.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: h2 dependency-version: 0.4.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: pin-project dependency-version: 1.1.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: web-sys dependency-version: 0.3.98 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <support@github.com>
fb7de43 to
63a204a
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 63a204a84c
ℹ️ 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".
| [[package]] | ||
| name = "is_terminal_polyfill" | ||
| version = "1.70.2" |
There was a problem hiding this comment.
Regenerate the license inventory for new crates
When this lockfile update pulls in new crates such as is_terminal_polyfill and once_cell_polyfill, LICENSE-3rdparty.csv is left unchanged (rg "is_terminal_polyfill|once_cell_polyfill" LICENSE-3rdparty.csv returns no entries). Dependency changes run the check-licenses job in .github/workflows/test.yml, and the PR template explicitly requires make build-licenses after modifying Cargo.lock, so this will leave CI/package license metadata out of date until the generated license inventory is committed.
Useful? React with 👍 / 👎.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the patches group with 5 updates in the / directory:
0.8.40.8.50.4.130.4.141.1.111.1.120.11.90.11.100.3.970.3.98Updates
async-rsfrom 0.8.4 to 0.8.5Commits
850dbffv0.8.53872438hickory: reuse the same resolverc59efe0fix various typos13020e6tokio: drop cfg-if dependencyUpdates
h2from 0.4.13 to 0.4.14Release notes
Sourced from h2's releases.
Changelog
Sourced from h2's changelog.
Commits
e2826c5v0.4.1430998f2fix: set_reset must notify send task (missed wakeup) (#897)d9689eafix: Account for connection flow control on DATA after GOAWAY (#895)08129b2fix: Flow control capacity leak with padded frames (#894)1e68f99fix: Avoid panic or capacity leak when a stream is cancelled after reserve_ca...dbc204efix: check final response in poll_informational (#889)ac5cdd0feat: add 'header_table_size()' to server builder (#888)55a0d9dperf(header): optimizeHeaderValuedecoding via zero-copy sharing (#884)f5f1594fix: filter stream initiator in recv_go_away (#886)5634dddfix: avoid RST before initial HEADERS on idle streams (#875)Updates
pin-projectfrom 1.1.11 to 1.1.12Release notes
Sourced from pin-project's releases.
Changelog
Sourced from pin-project's changelog.
Commits
2855546Release 1.1.124e66d4bci,tools: Update config and scriptf3c7f06Update dev-dependenciesd1bf779Update changelogeb98dd1tests: Update lint test05f3825ci,tools: Update config and script96b8d5fFix doc/comments7aeab0eUpdate comment94364dbUpdate scripts and CI configa8490daUpdate note on unaligned_referencesUpdates
env_loggerfrom 0.11.9 to 0.11.10Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
41320bfchore: Releasede8c74fdocs: Update changelogd550741docs(gh): Add sponsor link458b075chore(deps): Update Rust Stable to v1.94 (#401)8bc3fc3Merge pull request #400 from epage/update143fa64chore: Upgrade incompatibleb687a24chore: Upgrade compatible8cf1ba9Merge pull request #397 from rust-cli/renovate/crate-ci-typos-1.x094ecf7Merge pull request #396 from rust-cli/renovate/crate-ci-committed-1.x34ad626chore(deps): Update pre-commit hook crate-ci/typos to v1.44.0Updates
web-sysfrom 0.3.97 to 0.3.98Commits