Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Bump nix from 0.25.0 to 0.26.2 in /src/agent #2814

Merged
merged 2 commits into from
Apr 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2023

Bumps nix from 0.25.0 to 0.26.2.

Changelog

Sourced from nix's changelog.

[0.26.2] - 2023-01-18

Fixed

  • Fix SockaddrIn6 bug that was swapping flowinfo and scope_id byte ordering. (#1964)

[0.26.1] - 2022-11-29

Fixed

  • Fix UB with sys::socket::sockopt::SockType using SOCK_PACKET. (#1821)

[0.26.0] - 2022-11-29

Added

  • Added SockaddrStorage::{as_unix_addr, as_unix_addr_mut} (#1871)
  • Added MntFlags and unmount on all of the BSDs.
  • Added any() and all() to poll::PollFd. (#1877)
  • Add MntFlags and unmount on all of the BSDs. (#1849)
  • Added a Statfs::flags method. (#1849)
  • Added NSFS_MAGIC FsType on Linux and Android. (#1829)
  • Added sched_getcpu on platforms that support it. (#1825)
  • Added sched_getaffinity and sched_setaffinity on FreeBSD. (#1804)
  • Added line_discipline field to Termios on Linux, Android and Haiku (#1805)
  • Expose the memfd module on FreeBSD (memfd was added in FreeBSD 13) (#1808)
  • Added domainname field of UtsName on Android and Linux (#1817)
  • Re-export RLIM_INFINITY from libc (#1831)
  • Added syncfs(2) on Linux (#1833)
  • Added faccessat(2) on illumos (#1841)
  • Added eaccess() on FreeBSD, DragonFly and Linux (glibc and musl). (#1842)
  • Added IP_TOS SO_PRIORITY and IPV6_TCLASS sockopts for Linux (#1853)
  • Added new_unnamed and is_unnamed for UnixAddr on Linux and Android. (#1857)
  • Added SockProtocol::Raw for raw sockets (#1848)
  • added IP_MTU (IpMtu) IPPROTO_IP sockopt on Linux and Android. (#1865)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 8, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 8, 2023

Codecov Report

Merging #2814 (b955fce) into main (0432829) will decrease coverage by 2.48%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2814      +/-   ##
==========================================
- Coverage   31.42%   28.95%   -2.48%     
==========================================
  Files         306      126     -180     
  Lines       36633    13749   -22884     
==========================================
- Hits        11513     3981    -7532     
+ Misses      25120     9768   -15352     

see 180 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/nix-0.26.2 branch 11 times, most recently from 5403abc to ca9bbfd Compare February 21, 2023 14:15
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/nix-0.26.2 branch 3 times, most recently from 42e9d45 to d5e26f9 Compare March 10, 2023 17:22
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/nix-0.26.2 branch 5 times, most recently from 3ed8b37 to 9cbabfa Compare March 26, 2023 22:52
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/nix-0.26.2 branch 2 times, most recently from 40187ee to 5a7e305 Compare April 3, 2023 21:23
@Porges
Copy link
Member

Porges commented Apr 5, 2023

Requires an update from pete first, see: ranweiler/pete#91

@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/nix-0.26.2 branch 5 times, most recently from ba42f5e to 309016c Compare April 5, 2023 21:48
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/nix-0.26.2 branch 9 times, most recently from ca6951f to 0eb97fb Compare April 12, 2023 00:36
dependabot bot and others added 2 commits April 21, 2023 08:32
Bumps [nix](https://github.com/nix-rust/nix) from 0.25.0 to 0.26.2.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/v0.26.2/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.25.0...v0.26.2)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@Porges Porges force-pushed the dependabot/cargo/src/agent/nix-0.26.2 branch from 8417a89 to b955fce Compare April 20, 2023 20:32
@Porges Porges enabled auto-merge (squash) April 20, 2023 20:37
@Porges Porges merged commit d4004f4 into main Apr 20, 2023
@dependabot dependabot bot deleted the dependabot/cargo/src/agent/nix-0.26.2 branch April 20, 2023 20:49
@AdamL-Microsoft AdamL-Microsoft mentioned this pull request May 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

2 participants