Skip to content
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

build(deps): bump the rust-dependencies group with 10 updates #659

Merged
merged 3 commits into from
Dec 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the rust-dependencies group with 10 updates:

Package From To
socket2 0.5.7 0.5.8
opentelemetry 0.27.0 0.27.1
opentelemetry_sdk 0.27.0 0.27.1
bytes 1.8.0 1.9.0
libc 0.2.164 0.2.167
smoltcp 0.11.0 0.12.0
tracing 0.1.40 0.1.41
tracing-subscriber 0.3.18 0.3.19
tuic v1.3.4 v1.3.5
tuic-quinn v1.3.4 v1.3.5

Updates socket2 from 0.5.7 to 0.5.8

Changelog

Sourced from socket2's changelog.

0.5.8

Commits

Updates opentelemetry from 0.27.0 to 0.27.1

Release notes

Sourced from opentelemetry's releases.

opentelemetry-0.27.1 patch release

This release has improved internal logging to help with troubleshooting.

opentelemetry_sdk-0.27.1 patch release

Refer to opentelemetry-sdk CHANGELOG for the changes.

Commits
  • e0159ad Bump version of sdk release 0.27.1 (#2362)
  • b7276d8 Minor Internal logs (#2361)
  • cbe9ebe Track dropped spans and logs due to full buffer (#2357)
  • 195dea8 Few doc updates for opentelemetry (#2353)
  • ab332b0 Let CI check for stable run even if beta run fails (#2360)
  • 53e892a Nit fix by avoiding bound validation unless View feature is enabled (#2355)
  • 0e221c1 Bugfix - add validation for custom buckets provided for Histograms (#2351)
  • fa6e6cd Replace once_cell::Lazy with std::sync::OnceLock for global Initialization in...
  • 8e6b479 Avoid additional HashMap allocation for Cumulative aggregation (#2352)
  • 1cecaea Add few internal logs for Metrics sdks (#2350)
  • Additional commits viewable in compare view

Updates opentelemetry_sdk from 0.27.0 to 0.27.1

Release notes

Sourced from opentelemetry_sdk's releases.

opentelemetry_sdk-0.27.1 patch release

Refer to opentelemetry-sdk CHANGELOG for the changes.

Commits
  • e0159ad Bump version of sdk release 0.27.1 (#2362)
  • b7276d8 Minor Internal logs (#2361)
  • cbe9ebe Track dropped spans and logs due to full buffer (#2357)
  • 195dea8 Few doc updates for opentelemetry (#2353)
  • ab332b0 Let CI check for stable run even if beta run fails (#2360)
  • 53e892a Nit fix by avoiding bound validation unless View feature is enabled (#2355)
  • 0e221c1 Bugfix - add validation for custom buckets provided for Histograms (#2351)
  • fa6e6cd Replace once_cell::Lazy with std::sync::OnceLock for global Initialization in...
  • 8e6b479 Avoid additional HashMap allocation for Cumulative aggregation (#2352)
  • 1cecaea Add few internal logs for Metrics sdks (#2350)
  • Additional commits viewable in compare view

Updates bytes from 1.8.0 to 1.9.0

Release notes

Sourced from bytes's releases.

Bytes v1.9.0

1.9.0 (November 27, 2024)

Added

  • Add Bytes::from_owner to enable externally-allocated memory (#742)

Documented

  • Fix typo in Buf::chunk() comment (#744)

Internal changes

  • Replace BufMut::put with BufMut::put_slice in Writer impl (#745)
  • Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)
Changelog

Sourced from bytes's changelog.

1.9.0 (November 27, 2024)

Added

  • Add Bytes::from_owner to enable externally-allocated memory (#742)

Documented

  • Fix typo in Buf::chunk() comment (#744)

Internal changes

  • Replace BufMut::put with BufMut::put_slice in Writer impl (#745)
  • Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)
Commits

Updates libc from 0.2.164 to 0.2.167

Release notes

Sourced from libc's releases.

0.2.167

Added

Fixed

  • Fix the build with rustc-dep-of-std rust-lang/libc#4158
  • Wasi: Add back unsafe block for clockid_t static variables (#4157)

Cleanup

Other

Removed

  • Remove one unused import after the edition 2021 bump

0.2.166

Fixed

This release resolves two cases of unintentional breakage from the previous release:

  • Revert removal of array size hacks #4150
  • Ensure const extern functions are always enabled #4151

0.2.165

Added

... (truncated)

Changelog

Sourced from libc's changelog.

0.2.167 - 2024-11-28

Added

Fixed

  • Fix the build with rustc-dep-of-std rust-lang/libc#4158
  • Wasi: Add back unsafe block for clockid_t static variables (#4157)

Cleanup

Other

Removed

  • Remove one unused import after the edition 2021 bump

0.2.166 - 2024-11-26

Fixed

This release resolves two cases of unintentional breakage from the previous release:

  • Revert removal of array size hacks #4150
  • Ensure const extern functions are always enabled #4151

0.2.165 - 2024-11-25

Added

... (truncated)

Commits
  • 3831e59 chore: release v0.2.167
  • 7cbac14 Merge pull request #4167 from tgross35/backport-fix-rustc-dep-of-std
  • 70b1487 Alow static_mut_refs with rustc-dep-of-std
  • 96db1f4 ci: test with rustc-dep-of-std
  • 4ca22fa Fix the build with rustc-dep-of-std
  • 0acb8d6 Merge pull request #4166 from tgross35/backport-crate-prelude
  • b52375d Add a .git-blame-ignore-revs entry for adding the prelude
  • 108310d Make use of the crate's prelude to replace individual imports
  • 877b6f6 Create an internal prelude
  • 1abd74b trusty: Add intptr_t and uintptr_t
  • Additional commits viewable in compare view

Updates smoltcp from 0.11.0 to 0.12.0

Release notes

Sourced from smoltcp's releases.

v0.12.0

Almost a year in the making, the highlights of the release are the migration to core::net IP types, IPv6 multicast, TCP improvements, and many fixes. Smoltcp now connects your gadgets to the Internet better than ever.

  • Minimum Supported Rust Version (MSRV) bumped to 1.80.
  • iface
    • IPv6 multicast (#914, #976, #988, #1009, #1012)
    • Add poll_egress() and poll_ingress_single() methods for finer-grained control of what and how many packets are processed. (#954, #991, #993)
    • Multicast join/leave no longer requires access to device+timestamp. (#985)
    • Reset expiry of entries in the neighbor cache on packet reception (#966)
    • Honor any_ip for ARP (#880)
    • Honor any_ip for IPv6 (#900)
    • Use own source address for ARP and NDISC Solicitations (#984)
    • fix panic when discarding HBH Option with multicast destination address (#996)
    • fix panic with 6lowpan frag datagram_size < 40 (#997)
    • fix panic if no suitable IPv6 src_addr is found (#895)
    • Fix specific length IP packets not being fragmented (#1008)
  • tcp
    • Add support for congestion control (#907)
    • Add support for simultaneous open (#1001)
    • Add support for Timestamp option (#939)
    • Send immediate ACKs after RMSS bytes of data (#1002)
    • Do not ignore FIN if segment is partially outside the window. (#977)
    • Correctly set internal sACK flag for client sockets (#995)
    • Only reset remote_last_ts if some data is enqueued (#917)
    • Don't delay ACKs for significant window updates (#935)
    • Add listen_endpoint getter (#1005)
  • socket
    • UDP,ICMP,raw: Add send_queue/recv_queue (#1003)
    • ICMP: split ICMPv4/v6 accept and process (#887)
    • UDP: Store local and use local address in metadata (#904)
    • DNS: fix panic if server list is too long (#986)
    • DNS: fix panic if no valid source address is found (#987)
  • phy
    • Change mutability of RxToken's consume argument. (#924)
    • Add support for NetBSD (#883)
    • Add minimum support for iOS (#896)
    • Add BPF support for FreeBSD (#906)
    • disable checksums on loopback (#919)
  • wire
    • Use core::net types for IP addresses. (#937, #994)
    • Add missing exports in wire for DNS (#891)
    • rename Scope to MulticastScope (#898)
    • Re-export dhcpv4::Flags and dhcpv4::OpCode (#901)
    • Make Address:v6() constructor const (#975)
    • Ipv6RoutingHeader::clear_reserved: fix offsets for Type 2 routing headers. (#882)
Changelog

Sourced from smoltcp's changelog.

[0.12.0] - 2024-11-28

Almost a year in the making, the highlights of the release are the migration to core::net IP types, IPv6 multicast, TCP improvements, and many fixes. Smoltcp now connects your gadgets to the Internet better than ever.

  • Minimum Supported Rust Version (MSRV) bumped to 1.80.
  • iface
    • IPv6 multicast (#914, #976, #988, #1009, #1012)
    • Add poll_egress() and poll_ingress_single() methods for finer-grained control of what and how many packets are processed. (#954, #991, #993)
    • Multicast join/leave no longer requires access to device+timestamp. (#985)
    • Reset expiry of entries in the neighbor cache on packet reception (#966)
    • Honor any_ip for ARP (#880)
    • Honor any_ip for IPv6 (#900)
    • Use own source address for ARP and NDISC Solicitations (#984)
    • fix panic when discarding HBH Option with multicast destination address (#996)
    • fix panic with 6lowpan frag datagram_size < 40 (#997)
    • fix panic if no suitable IPv6 src_addr is found (#895)
    • Fix specific length IP packets not being fragmented (#1008)
  • tcp
    • Add support for congestion control (#907)
    • Add support for simultaneous open (#1001)
    • Add support for Timestamp option (#939)
    • Send immediate ACKs after RMSS bytes of data (#1002)
    • Do not ignore FIN if segment is partially outside the window. (#977)
    • Correctly set internal sACK flag for client sockets (#995)
    • Only reset remote_last_ts if some data is enqueued (#917)
    • Don't delay ACKs for significant window updates (#935)
    • Add listen_endpoint getter (#1005)
  • socket
    • UDP,ICMP,raw: Add send_queue/recv_queue (#1003)
    • ICMP: split ICMPv4/v6 accept and process (#887)
    • UDP: Store local and use local address in metadata (#904)
    • DNS: fix panic if server list is too long (#986)
    • DNS: fix panic if no valid source address is found (#987)
  • phy
    • Change mutability of RxToken's consume argument. (#924)
    • Add support for NetBSD (#883)
    • Add minimum support for iOS (#896)
    • Add BPF support for FreeBSD (#906)
    • disable checksums on loopback (#919)
  • wire
    • Use core::net types for IP addresses. (#937, #994)
    • Add missing exports in wire for DNS (#891)
    • rename Scope to MulticastScope (#898)
    • Re-export dhcpv4::Flags and dhcpv4::OpCode (#901)
    • Make Address:v6() constructor const (#975)
    • Ipv6RoutingHeader::clear_reserved: fix offsets for Type 2 routing headers. (#882)
Commits
  • d2d6470 Release v0.12.0
  • 4dcee75 Merge pull request #1012 from bergzand/pr/join_solicited_node
  • 0385bad iface: fix mld test.
  • e9bf78c iface: add test for ipv6 solicited node autojoin.
  • e9cf1c5 iface: make iterator chain a bit more readable.
  • 2be5407 remove multicast groups that we don't want as solicited node.
  • 2a5f90a feat: Automatically join sol-node mcast addresses
  • 2d5a200 feat(ipv6): Extend with sol node mcast check
  • 33bf798 Merge pull request #1009 from bergzand/pr/mldv2queryresp
  • c07970b Merge pull request #1014 from willbicks/udp-metadata-doc
  • Additional commits viewable in compare view

Updates tracing from 0.1.40 to 0.1.41

Release notes

Sourced from tracing's releases.

tracing 0.1.41

[ [crates.io][crate-0.1.41] ] | [ [docs.rs][docs-0.1.41] ]

This release updates the tracing-core dependency to [v0.1.33][core-0.1.33] and the tracing-attributes dependency to [v0.1.28][attrs-0.1.28].

Added

  • core: Add index API for Field (#2820)
  • core: Allow &[u8] to be recorded as event/span field (#2954)

Changed

  • Bump MSRV to 1.63 (#2793)
  • core: Use const thread_locals when possible (#2838)

Fixed

  • Removed core imports in macros (#2762)
  • attributes: Added missing RecordTypes for instrument (#2781)
  • attributes: Change order of async and unsafe modifier (#2864)
  • Fix missing field prefixes (#2878)
  • attributes: Extract match scrutinee (#2880)
  • Fix non-simple macro usage without message (#2879)
  • Fix event macros with constant field names in the first position (#2883)
  • Allow field path segments to be keywords (#2925)
  • core: Fix missed register_callsite error (#2938)
  • attributes: Support const values for target and name (#2941)
  • Prefix macro calls with ::core to avoid clashing with local macros (#3024)

#2762: tokio-rs/tracing#2762 #2781: tokio-rs/tracing#2781 #2793: tokio-rs/tracing#2793 #2820: tokio-rs/tracing#2820 #2838: tokio-rs/tracing#2838 #2864: tokio-rs/tracing#2864 #2878: tokio-rs/tracing#2878 #2879: tokio-rs/tracing#2879 #2880: tokio-rs/tracing#2880 #2883: tokio-rs/tracing#2883 #2925: tokio-rs/tracing#2925 #2938: tokio-rs/tracing#2938 #2941: tokio-rs/tracing#2941 #2954: tokio-rs/tracing#2954 #3024: tokio-rs/tracing#3024 [attrs-0.1.28]: https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.28 [core-0.1.33]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.33 [docs-0.1.41]: https://docs.rs/tracing/0.1.41/tracing/

... (truncated)

Commits

Updates tracing-subscriber from 0.3.18 to 0.3.19

Release notes

Sourced from tracing-subscriber's releases.

tracing-subscriber 0.3.19

[ [crates.io][crate-0.3.19] ] | [ [docs.rs][docs-0.3.19] ]

This release updates the tracing dependency to [v0.1.41][tracing-0.1.41] and the tracing-serde dependency to [v0.2.0][tracing-serde-0.2.0].

Added

  • Add set_span_events to fmt::Subscriber (#2962)
  • tracing: Allow &[u8] to be recorded as event/span field (#2954)

Changed

  • Set log max level when reloading (#1270)
  • Bump MSRV to 1.63 (#2793)
  • Use const thread_locals when possible (#2838)
  • Don't gate with_ansi() on the "ansi" feature (#3020)
  • Updated tracing-serde to 0.2.0 (#3160)

#1270: tokio-rs/tracing#1270 #2793: tokio-rs/tracing#2793 #2838: tokio-rs/tracing#2838 #2954: tokio-rs/tracing#2954 #2962: tokio-rs/tracing#2962 #3020: tokio-rs/tracing#3020 #3160: tokio-rs/tracing#3160 [tracing-0.1.41]: https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.41 [tracing-serde-0.2.0]: https://github.com/tokio-rs/tracing/releases/tag/tracing-serde-0.2.0 [docs-0.3.19]: https://docs.rs/tracing-subscriber/0.3.19/tracing_subscriber/ [crate-0.3.19]: https://crates.io/crates/tracing-subscriber/0.3.19

Commits

Updates tuic from v1.3.4 to v1.3.5

Release notes

Sourced from tuic's releases.

v1.3.5

🐛 Bug Fixes

  • Workaround for #34

🚜 Refactor

  • Remove global static var

⚙️ Miscellaneous Tasks

  • Update deps
  • Release v1.3.5
Commits

Updates tuic-quinn from v1.3.4 to v1.3.5

Release notes

Sourced from tuic-quinn's releases.

v1.3.5

🐛 Bug Fixes

  • Workaround for #34

🚜 Refactor

  • Remove global static var

⚙️ Miscellaneous Tasks

  • Update deps
  • Release v1.3.5
Commits

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 conditions

Bumps the rust-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [socket2](https://github.com/rust-lang/socket2) | `0.5.7` | `0.5.8` |
| [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | `0.27.0` | `0.27.1` |
| [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) | `0.27.0` | `0.27.1` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.9.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.164` | `0.2.167` |
| [smoltcp](https://github.com/smoltcp-rs/smoltcp) | `0.11.0` | `0.12.0` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` |
| [tuic](https://github.com/Itsusinn/tuic) | `v1.3.4` | `v1.3.5` |
| [tuic-quinn](https://github.com/Itsusinn/tuic) | `v1.3.4` | `v1.3.5` |


Updates `socket2` from 0.5.7 to 0.5.8
- [Release notes](https://github.com/rust-lang/socket2/releases)
- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/socket2/commits)

Updates `opentelemetry` from 0.27.0 to 0.27.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-0.27.0...opentelemetry-0.27.1)

Updates `opentelemetry_sdk` from 0.27.0 to 0.27.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.27.0...opentelemetry_sdk-0.27.1)

Updates `bytes` from 1.8.0 to 1.9.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.8.0...v1.9.0)

Updates `libc` from 0.2.164 to 0.2.167
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.167/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.164...0.2.167)

Updates `smoltcp` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/smoltcp-rs/smoltcp/releases)
- [Changelog](https://github.com/smoltcp-rs/smoltcp/blob/main/CHANGELOG.md)
- [Commits](smoltcp-rs/smoltcp@v0.11.0...v0.12.0)

Updates `tracing` from 0.1.40 to 0.1.41
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41)

Updates `tracing-subscriber` from 0.3.18 to 0.3.19
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19)

Updates `tuic` from v1.3.4 to v1.3.5
- [Release notes](https://github.com/Itsusinn/tuic/releases)
- [Commits](Itsusinn/tuic@333f80d...2bb3ba7)

Updates `tuic-quinn` from v1.3.4 to v1.3.5
- [Release notes](https://github.com/Itsusinn/tuic/releases)
- [Commits](Itsusinn/tuic@333f80d...2bb3ba7)

---
updated-dependencies:
- dependency-name: socket2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: opentelemetry_sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: smoltcp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tuic
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: tuic-quinn
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 2, 2024
@ibigbug ibigbug enabled auto-merge (squash) December 3, 2024 15:09
ibigbug
ibigbug previously approved these changes Dec 3, 2024
@ibigbug ibigbug merged commit 6775cb5 into master Dec 3, 2024
29 checks passed
@ibigbug ibigbug deleted the dependabot/cargo/rust-dependencies-f7bcb48c4c branch December 3, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant