fix(deps): update rust dependencies#167
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
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.
This PR contains the following updates:
0.7→0.80.7.5→0.8.00.15→0.190.17→0.210.4.44→0.4.450.14→0.191.4.0→1.4.21.8.1→1.10.10.31→0.320.31→0.320.31→0.320.31→0.320.13→0.140.8→0.100.14.7→0.14.80.11→0.130.12→0.130.11→0.131.1.19→1.1.201.1.19→1.1.201.0.149→1.0.1500.10→0.110.10→0.110.32→0.391.50.0→1.52.30.5.2→0.6.00.4→0.80.32→0.331.22.0→1.23.30.16→0.18Release Notes
fussybeaver/bollard (bollard)
v0.21.0Compare Source
What's Changed
New Contributors
Full Changelog: fussybeaver/bollard@v0.20.2...v0.21.0
v0.20.2Compare Source
What's Changed
New Contributors
Full Changelog: fussybeaver/bollard@v0.20.1...v0.20.2
v0.20.1Compare Source
What's Changed
New Contributors
Full Changelog: fussybeaver/bollard@v0.20.0...v0.20.1
v0.20.0What's Changed
buildkit_providerlessby @DDtKey in #597New Contributors
Full Changelog: fussybeaver/bollard@v0.19.3...v0.20.0
v0.19.4Compare Source
Full Changelog: fussybeaver/bollard@v0.19.3...v19.4
#597 Fix buildkit_providerless hotfix (thanks @DDtKey )
v0.19.3Compare Source
What's Changed
pipefeature enabled by @kailan in #587New Contributors
Full Changelog: fussybeaver/bollard@v0.19.2...v0.19.3
v0.19.2Compare Source
What's Changed
bollard-buildkit-protoby @RobWalt in #547New Contributors
Full Changelog: fussybeaver/bollard@v0.19.1...v0.19.2
v0.19.1Compare Source
What's Changed
New Contributors
Full Changelog: fussybeaver/bollard@v0.19.0...v0.19.1
v0.19.0Compare Source
What's Changed
Docker::prune_buildfor/build/pruneendpoint access by @En-En-Code in #509New Contributors
Full Changelog: fussybeaver/bollard@v0.18.1...v0.19.0
v0.18.1Compare Source
What's Changed
Full Changelog: fussybeaver/bollard@v0.18.0...v0.18.1
v0.18.0Compare Source
What's Changed
--outputby @levinwinter in #450BuildImageOptions::targetfield by @yotamofek in #452New Contributors
Full Changelog: fussybeaver/bollard@v0.17.1...v0.18.0
What's Changed
--outputby @levinwinter in #450BuildImageOptions::targetfield by @yotamofek in #452New Contributors
Full Changelog: fussybeaver/bollard@v0.17.1...v0.18.0
chronotope/chrono (chrono)
v0.4.45: 0.4.45Compare Source
What's Changed
etcdv3/etcd-client (etcd-client)
v0.19.0Compare Source
What's Changed
watch_request::RequestUnionasPbWatchRequestUnionby @srporwal12 in #117Breaking Changes
Fixed the
WatchStream::splitmethod introduced in v0.18.0, by @belltoy in #119:Read discussion details in #118.
Full Changelog: etcdv3/etcd-client@v0.18.0...v0.19.0
v0.18.0Compare Source
What's Changed
Breaking Changes
Upgrade from pre 0.17 to 0.18
Since 0.18, the
WatchClientAPI has changed to support watch stream error handling precisely.The
WatchClientis not a high level watcher, it is just a watch API stub. So it should be onlyresponsible for sending requests and receiving responses. Let the high level watcher decide what
to do if received an unexpected response.
The new
WatchStreamis different from the old version. It represents underlying bidirectionalwatch stream (HTTP 2 stream). So it can be used to send requests and receive responses and events.
It's the user's responsibility to check the received response is a response or an event, if it is
created successfully or not, or if it is a cancel response.
See watch.rs for example.
Full Changelog: etcdv3/etcd-client@v0.17.0...v0.18.0
v0.17.0Compare Source
What's Changed
Full Changelog: etcdv3/etcd-client@v0.16.1...v0.17.0
v0.16.1Compare Source
What's Changed
Client(Channel)Sync(#110)Full Changelog: etcdv3/etcd-client@v0.16.0...v0.16.1
v0.16.0Compare Source
What's Changed
Full Changelog: etcdv3/etcd-client@v0.15.0...v0.16.0
v0.15.0Compare Source
What's Changed
{RwLock/Mutex}::clear_poison()to remove{RwLock/Mutex}::unwrap()by @davidli2010 in #94New Contributors
Full Changelog: etcdv3/etcd-client@v0.14.1...v0.15.0
hyperium/hyper (hyper)
v1.10.1Compare Source
Bug Fixes
v1.10.0Compare Source
Bug Fixes
NO_ERRORfrom early response (#3998) (e5ad96b1)Features
reset_stream_duration()client option (#4068) (156a6f6a, closes #2599)v1.9.0Compare Source
Bug Fixes
Features
max_local_error_reset_streamsoption (#4021) (57787459)v1.8.1 (2025-11-13)
Bug Fixes
tikv/rust-prometheus (prometheus)
v0.14.0Compare Source
API change: Use
AsRef<str>for owned label values (#537)Improvement: Hashing improvements (#532)
Dependency upgrade: Update
hyperto 1.6 (#524)Dependency upgrade: Update
procfsto 0.17 (#543)Dependency upgrade: Update
protobufto 3.7.2 for RUSTSEC-2024-0437 (#541)Dependency upgrade: Update
thiserrorto 2.0 (#534)Internal change: Fix LSP and Clippy warnings (#540)
Internal change: Bump MSRV to 1.81 (#539)
Documentation: Fix
register_histogram_vec_with_registrydocstring (#528)Documentation: Fix typos in static-metric docstrings (#479)
Documentation: Add missing
protobuffeature to README list (#531)rust-random/rand (rand)
v0.10.1Compare Source
This release includes a fix for a soundness bug; see #1763.
Changes
make_rngand add#[track_caller](#1761)log(#1763)v0.10.0Compare Source
Changes
rand_chachahas been replaced with a dependency onchacha20. This changes the implementation behindStdRng, but the output remains the same. There may be some API breakage when using the ChaCha-types directly as these are now the ones inchacha20instead ofrand_chacha([#1642]).Configuration
📅 Schedule: (in timezone Europe/Zurich)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.