-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump the rust-dependencies group with 19 updates #193
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
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot-cargo-rust-dependencies-6337d0d037
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+734
−299
Conversation
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
Bumps the rust-dependencies group with 19 updates: | Package | From | To | | --- | --- | --- | | [iroh](https://github.com/n0-computer/iroh) | `0.34.1` | `0.91.1` | | [iroh-base](https://github.com/n0-computer/iroh) | `0.34.1` | `0.91.1` | | [iroh-blobs](https://github.com/n0-computer/iroh-blobs) | `0.34.1` | `0.35.0` | | [attohttpc](https://github.com/sbstp/attohttpc) | `0.24.1` | `0.30.1` | | [event-listener](https://github.com/smol-rs/event-listener) | `5.4.0` | `5.4.1` | | [futures-lite](https://github.com/smol-rs/futures-lite) | `2.6.0` | `2.6.1` | | [http](https://github.com/hyperium/http) | `0.2.12` | `1.3.1` | | [igd-next](https://github.com/dariusc93/rust-igd) | `0.15.1` | `0.16.2` | | [iroh-metrics](https://github.com/n0-computer/iroh-metrics) | `0.32.0` | `0.34.0` | | [iroh-relay](https://github.com/n0-computer/iroh) | `0.34.1` | `0.35.0` | | [netwatch](https://github.com/n0-computer/net-tools) | `0.4.0` | `0.5.0` | | [pkarr](https://github.com/pubky/pkarr) | `2.3.1` | `3.10.0` | | [portmapper](https://github.com/n0-computer/net-tools) | `0.4.1` | `0.5.0` | | [quic-rpc](https://github.com/n0-computer/quic-rpc) | `0.19.0` | `0.20.0` | | [quic-rpc-derive](https://github.com/n0-computer/quic-rpc) | `0.19.0` | `0.20.0` | | [redb](https://github.com/cberner/redb) | `2.6.1` | `2.4.0` | | [signal-hook-registry](https://github.com/vorner/signal-hook) | `1.4.5` | `1.4.6` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.15` | `0.7.16` | | [zerovec](https://github.com/unicode-org/icu4x) | `0.11.2` | `0.11.3` | Updates `iroh` from 0.34.1 to 0.91.1 - [Release notes](https://github.com/n0-computer/iroh/releases) - [Changelog](https://github.com/n0-computer/iroh/blob/main/CHANGELOG.md) - [Commits](n0-computer/iroh@v0.34.1...v0.91.1) Updates `iroh-base` from 0.34.1 to 0.91.1 - [Release notes](https://github.com/n0-computer/iroh/releases) - [Changelog](https://github.com/n0-computer/iroh/blob/main/CHANGELOG.md) - [Commits](n0-computer/iroh@v0.34.1...v0.91.1) Updates `iroh-blobs` from 0.34.1 to 0.35.0 - [Release notes](https://github.com/n0-computer/iroh-blobs/releases) - [Changelog](https://github.com/n0-computer/iroh-blobs/blob/main/CHANGELOG.md) - [Commits](n0-computer/iroh-blobs@v0.34.1...v0.35.0) Updates `attohttpc` from 0.24.1 to 0.30.1 - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](sbstp/attohttpc@v0.24.1...v0.30.1) Updates `event-listener` from 5.4.0 to 5.4.1 - [Release notes](https://github.com/smol-rs/event-listener/releases) - [Changelog](https://github.com/smol-rs/event-listener/blob/master/CHANGELOG.md) - [Commits](smol-rs/event-listener@v5.4.0...v5.4.1) Updates `futures-lite` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](smol-rs/futures-lite@v2.6.0...v2.6.1) Updates `http` from 0.2.12 to 1.3.1 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v0.2.12...v1.3.1) Updates `igd-next` from 0.15.1 to 0.16.2 - [Commits](https://github.com/dariusc93/rust-igd/commits) Updates `iroh-metrics` from 0.32.0 to 0.34.0 - [Release notes](https://github.com/n0-computer/iroh-metrics/releases) - [Changelog](https://github.com/n0-computer/iroh-metrics/blob/main/CHANGELOG.md) - [Commits](n0-computer/iroh-metrics@v0.32.0...v0.34.0) Updates `iroh-relay` from 0.34.1 to 0.35.0 - [Release notes](https://github.com/n0-computer/iroh/releases) - [Changelog](https://github.com/n0-computer/iroh/blob/main/CHANGELOG.md) - [Commits](n0-computer/iroh@v0.34.1...v0.35.0) Updates `netwatch` from 0.4.0 to 0.5.0 - [Commits](n0-computer/net-tools@netwatch-v0.4.0...netwatch-v0.5.0) Updates `pkarr` from 2.3.1 to 3.10.0 - [Release notes](https://github.com/pubky/pkarr/releases) - [Commits](https://github.com/pubky/pkarr/commits) Updates `portmapper` from 0.4.1 to 0.5.0 - [Commits](n0-computer/net-tools@portmapper-v0.4.1...portmapper-v0.5.0) Updates `quic-rpc` from 0.19.0 to 0.20.0 - [Changelog](https://github.com/n0-computer/quic-rpc/blob/main/CHANGELOG.md) - [Commits](n0-computer/quic-rpc@quic-rpc-derive-v0.19.0...quic-rpc-derive-v0.20.0) Updates `quic-rpc-derive` from 0.19.0 to 0.20.0 - [Changelog](https://github.com/n0-computer/quic-rpc/blob/main/CHANGELOG.md) - [Commits](n0-computer/quic-rpc@quic-rpc-derive-v0.19.0...quic-rpc-derive-v0.20.0) Updates `redb` from 2.6.1 to 2.4.0 - [Release notes](https://github.com/cberner/redb/releases) - [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md) - [Commits](cberner/redb@v2.6.1...v2.4.0) Updates `signal-hook-registry` from 1.4.5 to 1.4.6 - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](vorner/signal-hook@registry-v1.4.5...registry-v1.4.6) Updates `tokio-util` from 0.7.15 to 0.7.16 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.15...tokio-util-0.7.16) Updates `zerovec` from 0.11.2 to 0.11.3 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/ind/[email protected]) --- updated-dependencies: - dependency-name: iroh dependency-version: 0.91.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: iroh-base dependency-version: 0.91.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: iroh-blobs dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: attohttpc dependency-version: 0.30.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: event-listener dependency-version: 5.4.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: futures-lite dependency-version: 2.6.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: http dependency-version: 1.3.1 dependency-type: indirect update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: igd-next dependency-version: 0.16.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: iroh-metrics dependency-version: 0.34.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: iroh-relay dependency-version: 0.35.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: netwatch dependency-version: 0.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: pkarr dependency-version: 3.10.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: portmapper dependency-version: 0.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: quic-rpc dependency-version: 0.20.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: quic-rpc-derive dependency-version: 0.20.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: redb dependency-version: 2.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: signal-hook-registry dependency-version: 1.4.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tokio-util dependency-version: 0.7.16 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: zerovec dependency-version: 0.11.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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 rust-dependencies group with 19 updates:
0.34.1
0.91.1
0.34.1
0.91.1
0.34.1
0.35.0
0.24.1
0.30.1
5.4.0
5.4.1
2.6.0
2.6.1
0.2.12
1.3.1
0.15.1
0.16.2
0.32.0
0.34.0
0.34.1
0.35.0
0.4.0
0.5.0
2.3.1
3.10.0
0.4.1
0.5.0
0.19.0
0.20.0
0.19.0
0.20.0
2.6.1
2.4.0
1.4.5
1.4.6
0.7.15
0.7.16
0.11.2
0.11.3
Updates
iroh
from 0.34.1 to 0.91.1Changelog
Sourced from iroh's changelog.
... (truncated)
Commits
e30c788
chore: Releasefe7240d
fix(iroh): Use valid available IPv6 address, ignoringhave_ipv6
(#3419)36842d5
fix(iroh): Always update the best addr after changes (#3422)026dffc
docs: grammar nitpick (#3383)36ddb5b
chore: Releasebcb60d4
fix(iroh): Only clearlast_call_me_maybe
when the best addr became invalid ...a8485ad
fix(iroh): Re-batch received relay datagram batches in case they exceed `max_...b755db4
fix: wait for at least one ipv6 and ipv4 qad report (#3413)f3e4307
feat(iroh): update to new relay servers (#3412)ee08341
chore(iroh): Update portmapper (#3410)Updates
iroh-base
from 0.34.1 to 0.91.1Release notes
Sourced from iroh-base's releases.
... (truncated)
Changelog
Sourced from iroh-base's changelog.
... (truncated)
Commits
e30c788
chore: Releasefe7240d
fix(iroh): Use valid available IPv6 address, ignoringhave_ipv6
(#3419)36842d5
fix(iroh): Always update the best addr after changes (#3422)026dffc
docs: grammar nitpick (#3383)36ddb5b
chore: Releasebcb60d4
fix(iroh): Only clearlast_call_me_maybe
when the best addr became invalid ...a8485ad
fix(iroh): Re-batch received relay datagram batches in case they exceed `max_...b755db4
fix: wait for at least one ipv6 and ipv4 qad report (#3413)f3e4307
feat(iroh): update to new relay servers (#3412)ee08341
chore(iroh): Update portmapper (#3410)Updates
iroh-blobs
from 0.34.1 to 0.35.0Changelog
Sourced from iroh-blobs's changelog.
Commits
4e8c767
chore: Release iroh-blobs version 0.35.060be4ff
feat!: Allow configuring the downloader when creating a blobs protocol handle...8a975ec
chore: update toiroh
v0.35 (#91)0308a77
refactor!: update to latest iroh-metrics version, use non-global metrics coll...fbc6f47
fix: use latest bao-tree (#82)25af32b
chore: Fix redb version to the latest version that uses edition 2021 (#88)ce939a2
ci: Post correct link to discord about flaky failures. (#83)d2ff3b1
build(deps): bump mozilla-actions/sccache-action from 0.0.8 to 0.0.9 in the g...Updates
attohttpc
from 0.24.1 to 0.30.1Release notes
Sourced from attohttpc's releases.
... (truncated)
Commits
3235a87
Version 0.30.1681ba2d
fix: remove deprecatedrustls
feature flag7b55a4e
Version 0.30.04d9ab02
Update webpki-roots requirement from 0.26.8 to 1.0.196c6c5c
chore: testsingle-threaded
feature flag in CI448e3f8
addsingle_threaded
feature flag03295a9
chore: addtls-rustls-webpki-roots-ring
andtls-rustls-native-roots-ring
...b6daa39
rustls: add feature flagstls-rustls-webpki-roots-ring
and `tls-rustls-nati...41e73fc
Support WASI platforms8500cda
Version 0.29.2Updates
event-listener
from 5.4.0 to 5.4.1Release notes
Sourced from event-listener's releases.
Changelog
Sourced from event-listener's changelog.
Commits
0c18ca2
v5.4.156d87b4
Update criterion requirement from 0.6 to 0.7 (#156)810a6db
Update criterion requirement from 0.5 to 0.6 (#153)91a936e
Fix doctest on WASM323da40
Fix clippy::mem_replace_option_with_some warning29e15c0
ci: Re-enable WASM testa8aefba
Merge pull request #152 from JamesHallowell/fix-wait-timeout-docs9870df3
Minor amendment towait_timeout
docs51ae140
ci: Use reusable workflows for fmt and security_auditUpdates
futures-lite
from 2.6.0 to 2.6.1Release notes
Sourced from futures-lite's releases.
Changelog
Sourced from futures-lite's changelog.
Commits
226ce18
v2.6.13444c7a
docs: Fixstop_after_future
link andonce_future
description (#131)d608d08
Some alloc-related cleanup (#130)077e1c1
Switch to unconditional no_std attribute (#128)5c196b9
docs: Enable doc_auto_cfg on docs.rs (#125)64dbe9e
ci: Use reusable workflows for fmt and security_auditUpdates
http
from 0.2.12 to 1.3.1Release notes
Sourced from http's releases.
... (truncated)
Changelog
Sourced from http's changelog.
... (truncated)
Commits
8c1fb20
v1.3.16637a72
fix: validate path bytes are at least utf8 (#756)d0dd91e
v1.3.064bd92b
docs: Fixed encryption/compression typo for 'accept-encoding: identity'. (#695)b03ed6a
chore: use range.contains in StatusCode methods (#748)a463fb5
chore(ci): use yq to get rust-version in manifest (#746)68845bd
fix: HeaderMap::reserve allocates insufficient capacity (#741)4e02046
refactor(header): remove BytesMut inline optimization when creating (#738)091ee9a
feat(uri): allow utf8 char, not rfc 3986 compliant, in path and query (#715)a912445
v1.2.0Updates
igd-next
from 0.15.1 to 0.16.2Commits
Updates
iroh-metrics
from 0.32.0 to 0.34.0Changelog
Sourced from iroh-metrics's changelog.
Commits
017aa27
chore: Release33ee40e
chore: Releasea589407
refactor!: replace thiserror with snafu (#24)55b432d
chore: add ignore to deny.toml (#25)ab86735
feat: Add derive forMetricsGroupSet
(#23)27fb9b5
refactor!: Make metrics raw atomics, removeprometheus_client
dependency (#22)c467cfe
chore: Releasee79f91d
chore: iroh-metrics-derive release prep90f3038
refactor!: make global core optional, add derive macro, addMetricsGroup
an...40a8716
fix(ci): doc url (#19)Updates
iroh-relay
from 0.34.1 to 0.35.0Release notes
Sourced from iroh-relay's releases.
Changelog
Sourced from iroh-relay's changelog.