Bump the mycelium group with 6 updates#849
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps the mycelium group with 6 updates: | Package | From | To | | --- | --- | --- | | [bytes](https://github.com/tokio-rs/bytes) | `1.11.1` | `1.12.0` | | [quinn](https://github.com/quinn-rs/quinn) | `0.11.9` | `0.11.11` | | [rustls](https://github.com/rustls/rustls) | `0.23.40` | `0.23.41` | | [netdev](https://github.com/shellrow/netdev) | `0.44.0` | `0.45.0` | | [redis](https://github.com/redis-rs/redis-rs) | `1.2.3` | `1.2.4` | | [byte-unit](https://github.com/magiclen/byte-unit) | `5.2.0` | `5.2.3` | Updates `bytes` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.11.1...v1.12.0) Updates `quinn` from 0.11.9 to 0.11.11 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-0.11.9...quinn-0.11.11) Updates `rustls` from 0.23.40 to 0.23.41 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.40...v/0.23.41) Updates `netdev` from 0.44.0 to 0.45.0 - [Release notes](https://github.com/shellrow/netdev/releases) - [Commits](shellrow/netdev@v0.44.0...v0.45.0) Updates `redis` from 1.2.3 to 1.2.4 - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](redis-rs/redis-rs@redis-1.2.3...redis-1.2.4) Updates `byte-unit` from 5.2.0 to 5.2.3 - [Commits](magiclen/Byte-Unit@v5.2.0...v5.2.3) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mycelium - dependency-name: quinn dependency-version: 0.11.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium - dependency-name: rustls dependency-version: 0.23.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium - dependency-name: netdev dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mycelium - dependency-name: redis dependency-version: 1.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium - dependency-name: byte-unit dependency-version: 5.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the mycelium group with 6 updates:
1.11.11.12.00.11.90.11.110.23.400.23.410.44.00.45.01.2.31.2.45.2.05.2.3Updates
bytesfrom 1.11.1 to 1.12.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
91402ceRelease bytes v1.12.0 (#831)2256e6dchore: add safety comments on unsafe blocks (#827)245adffPass vtable data by value (#826)00cc5ffImplementBytesMut::extend_from_within(#818)5b79d31Merge tag 'v1.11.1'804ee6dMake try_unsplit method public (#746)fd426caExclude development scripts from published package (#810)b4ed70dAdd test for copy_to_bytes() -> BytesMut avoiding clone (#809)94e4291Document thatBytesMut::{reserve,try_reserve}doesn't preserve unused capac...acd1e0fFixget_intifnbytesis zero (#806)Updates
quinnfrom 0.11.9 to 0.11.11Release notes
Sourced from quinn's releases.
Commits
a7499b8Bump versions for release7c1970fproto: yield error on too many gaps in assemblerfe5ac49congestion: avoid double-reducing CUBIC fast convergencec1e903bfix(quinn): handle overdue timers without polling the async timerb3b20e1quinn-udp: allow to use windows-sys 0.616f03ca3quinn-proto: drop Initials silently when saturated41c8527quinn: fix ref count logic for ConnectionRef and EndpointRef73ea1ddRemoveRecvStreams fromblocked_readersonstopcf16bfdEarly return inRecvStream::drop()af2e4e5Fix the (pre-existing) rightward drift by inverting conditionsUpdates
rustlsfrom 0.23.40 to 0.23.41Commits
642a103ci: drop Taplo job752c144Drop nightly clippy tests8d8611aFix newclippy::useless-borrows-in-formattingebf3297Fix newclippy::manual_clear46808e7ci: sync cargo-check-external-types nightly041a8d2Cargo deny: allow RUSTSEC-2026-017362e220eTake semver-compatible dependency updates3c14696Upgrade to hickory-resolver 0.26848a2ccconnect-tests: delete ech.rs5ce9cacBump version to 0.23.41Updates
netdevfrom 0.44.0 to 0.45.0Release notes
Sourced from netdev's releases.
Commits
02a6f10Merge pull request #173 from shellrow/chore/releasea62836cchore: bump version to 0.45.0f348eb7Merge pull request #172 from shellrow/fix/freebsd-arch-portabilitydd77167fix: add FreeBSD armv7 SIOCGIFXMEDIA support91687e4Merge pull request #171 from Frando/update-netlink-packet-route-031e67a9e6deps: update netlink-packet-route to 0.31a752ad3Merge pull request #169 from pkubaj/patch-1d56dac9Merge pull request #168 from Frando/update-netlink-030ad9d3b9link_speed.rs: fix build on 64-bit besides amd64 on FreeBSD810057ffixup androidUpdates
redisfrom 1.2.3 to 1.2.4Release notes
Sourced from redis's releases.
Commits
dc54e0fPrepare version 1.2.4 (#2156)452151bfix(aio): bound permit allocation by concurrency limit, not pipeline length (...b7f7cfetests: Use server binary from env to detect major version (#2149)b0d64c5tests/version: Require ownership to check version support (#2152)33454betests: Delegate version comparison toTestClusterVersioning(#2142)de53d08tests/version: AddTestClusterVersioningtrait for version handling (#2141)8bb49b4tests: Split off version code into dedicated module (#2140)7e38affcluster: refresh topology and retry on READONLY errors (#2115)a337eb8tests/basic: Switch version checks to constant (Version refactor 2/8) (#2139)e8fa101tests/cluster_async: Switch to positive version checking (#2138)Updates
byte-unitfrom 5.2.0 to 5.2.3Commits
17c920ebump version4a79eb1update MSRV to 1.85 and use Rust 2024d4d9ba7fix a bug and bump version51be64cimprove code9f48af6Merge pull request #34 from fogti/no-std035d1e1bump version6cd5a69fix UTF-8 parse error character decodingea071acfix bugscce6cd3chore: use core::str::FromStr everywhere005e478feat(errors): Use Error trait from core crateDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditions