-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Bump the cargo group across 1 directory with 5 updates #7
base: master
Are you sure you want to change the base?
Conversation
Bumps the cargo group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [h2](https://github.com/hyperium/h2) | `0.4.2` | `0.4.4` | | [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) | `4.1.1` | `4.1.3` | | [mio](https://github.com/tokio-rs/mio) | `0.8.9` | `0.8.11` | | [rustls](https://github.com/rustls/rustls) | `0.21.8` | `0.21.12` | | [whoami](https://github.com/ardaku/whoami) | `1.4.1` | `1.5.1` | Updates `h2` from 0.4.2 to 0.4.4 - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](hyperium/h2@v0.4.2...v0.4.4) Updates `curve25519-dalek` from 4.1.1 to 4.1.3 - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Commits](dalek-cryptography/curve25519-dalek@curve25519-4.1.1...curve25519-4.1.3) Updates `mio` from 0.8.9 to 0.8.11 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v0.8.9...v0.8.11) Updates `rustls` from 0.21.8 to 0.21.12 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.21.8...v/0.21.12) Updates `whoami` from 1.4.1 to 1.5.1 - [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md) - [Commits](ardaku/whoami@v1.4.1...v1.5.1) --- updated-dependencies: - dependency-name: h2 dependency-type: direct:production dependency-group: cargo - dependency-name: curve25519-dalek dependency-type: indirect dependency-group: cargo - dependency-name: mio dependency-type: indirect dependency-group: cargo - dependency-name: rustls dependency-type: indirect dependency-group: cargo - dependency-name: whoami dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Bumps the cargo group with 5 updates in the / directory:
0.4.2
0.4.4
4.1.1
4.1.3
0.8.9
0.8.11
0.21.8
0.21.12
1.4.1
1.5.1
Updates
h2
from 0.4.2 to 0.4.4Release notes
Sourced from h2's releases.
Changelog
Sourced from h2's changelog.
Commits
51fe05a
v0.4.4e76bd74
fix: limit number of CONTINUATION frames allowed07fc824
v0.4.3a8af235
perf: optimize header list size calculations (#752)e5db9a3
chore: set rustedition
to2021
(#751)f87eca0
refactor: cleanup new unused warnings (#749)0077d3d
fix: stream flow control insufficient size before ack (#746)4ce5955
feat: not returning UnexpectedEof when client drop without close_notify560bdb6
tests: add test for peer unexpectedly dropping connectionUpdates
curve25519-dalek
from 4.1.1 to 4.1.3Commits
5312a03
curve: Bump version to 4.1.3 (#660)b4f9e4d
SECURITY: fix timing variability in backend/serial/u32/scalar.rs (#661)415892a
SECURITY: fix timing variability in backend/serial/u64/scalar.rs (#659)56bf398
Updates license field to valid SPDX format (#647)9252fa5
Mitigate check-cfg until MSRV 1.77 (#652)1efe6a9
Fix a minor typo in signing.rs (#649)cc3421a
Indicate that the rand_core feature is required (#641)858c4ca
Address new nightly clippy unnecessary qualifications (#639)31ccb67
Remove platforms in favor using CARGO_CFG_TARGET_POINTER_WIDTH (#636)19c7f4a
Fix new nightly redundant import lint warns (#638)Updates
mio
from 0.8.9 to 0.8.11Changelog
Sourced from mio's changelog.
Commits
0328bde
Release v0.8.117084498
Fix warnings90d4fe0
named-pipes: fix receiving IOCP events after deregisterc710a30
Add v0.8.x to the CIc29e21c
Release v0.8.10f6a20da
Add Solaris operating system support (#1724)Updates
rustls
from 0.21.8 to 0.21.12Commits
3633152
Cargo: v0.21.11 -> v0.21.120baaeba
proj: MSRV 1.61 -> 1.636fd691a
tls13: fix clippy::unnecessary_lazy_evaluations finding6da5337
Test for illegal IP address in server name extension75f8857
Ignore server_name extension containing IP address7b8d1db
Prepare 0.21.11ebcb478
complete_io: bail out if progress is impossible20f35df
Regression test forcomplete_io
infinite loop bug2f2aae1
Don't specially handle unauthenticated close_notify alertse163587
Don't deny warnings from nightly clippyUpdates
whoami
from 1.4.1 to 1.5.1Changelog
Sourced from whoami's changelog.
... (truncated)
Commits
74a0c3b
Prepare to release whoami 1.5.1 (#109)7789b3f
Backport v2 -> v1: Test docs in CI (#108)4bbaf52
Prevent future potential UB in unix wrapper forgetpwuid()
(#104)358dc0e
WhoAmI 1.5.0 Release (#94)d6ee13e
Fix Instances of Memory Corruption on Illumos (#93)953e702
Support Redox (#92)5bc73e4
Preserve OS case for hostnames (#86)29d5f22
Support WASI (#84)d7885e7
AddTarget
trait for implementing new targets (#80)e3da4c5
Addlangs()
function, deprecatelang()
(#78)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.