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

[cargo](deps): Bump the deps group with 7 updates #164

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps the deps group with 7 updates:

Package From To
anstyle 1.0.3 1.0.4
errno 0.3.3 0.3.4
fastrand 2.0.0 2.0.1
linux-raw-sys 0.4.7 0.4.8
memchr 2.6.3 2.6.4
regex-automata 0.3.8 0.3.9
rustix 0.38.14 0.38.15

Updates anstyle from 1.0.3 to 1.0.4

Commits

Updates errno from 0.3.3 to 0.3.4

Changelog

Sourced from errno's changelog.

[0.3.4] - 2023-10-01

  • Add GNU/Hurd support #80
Commits

Updates fastrand from 2.0.0 to 2.0.1

Release notes

Sourced from fastrand's releases.

v2.0.1

  • Clarify documentation for the fork() method. (#62)
  • Mention fastrand-contrib in documentation. (#70)
Changelog

Sourced from fastrand's changelog.

Version 2.0.1

  • Clarify documentation for the fork() method. (#62)
  • Mention fastrand-contrib in documentation. (#70)
Commits

Updates linux-raw-sys from 0.4.7 to 0.4.8

Commits

Updates memchr from 2.6.3 to 2.6.4

Commits

Updates regex-automata from 0.3.8 to 0.3.9

Commits

Updates rustix from 0.38.14 to 0.38.15

Commits
  • 707c51e chore: Release rustix version 0.38.15
  • e95edfb Miscellaneous documentation cleanups. (#860)
  • a74f97f Implement more socket options. (#858)
  • 69319a3 Fix procfs on /proc/self with user namespaces (#859)
  • 5f0db52 Add shm_open/shm_unlink (POSIX shared memory) (#848)
  • 77c4aae Reorganize sockopts code and add several more socket options (#855)
  • abd6686 build.rs: fix mips32r6 detection for libc feature switch (#856)
  • a9ecf8d Fix the set/get_socket_timeout timeout on linux_raw (#853)
  • b08519f Handle static PIE in startup_tls_info. (#850)
  • d083603 Add MapFlags::hugetlb_with_size_log2 method (#847)
  • Additional commits viewable in compare view

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 deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.3` | `1.0.4` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.3` | `0.3.4` |
| [fastrand](https://github.com/smol-rs/fastrand) | `2.0.0` | `2.0.1` |
| [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.7` | `0.4.8` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.6.3` | `2.6.4` |
| [regex-automata](https://github.com/rust-lang/regex) | `0.3.8` | `0.3.9` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.14` | `0.38.15` |


Updates `anstyle` from 1.0.3 to 1.0.4
- [Commits](rust-cli/anstyle@v1.0.3...v1.0.4)

Updates `errno` from 0.3.3 to 0.3.4
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](lambda-fairy/rust-errno@v0.3.3...v0.3.4)

Updates `fastrand` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/smol-rs/fastrand/releases)
- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)
- [Commits](smol-rs/fastrand@v2.0.0...v2.0.1)

Updates `linux-raw-sys` from 0.4.7 to 0.4.8
- [Commits](sunfishcode/linux-raw-sys@v0.4.7...v0.4.8)

Updates `memchr` from 2.6.3 to 2.6.4
- [Commits](BurntSushi/memchr@2.6.3...2.6.4)

Updates `regex-automata` from 0.3.8 to 0.3.9
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@regex-automata-0.3.8...regex-syntax-0.3.9)

Updates `rustix` from 0.38.14 to 0.38.15
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.38.14...v0.38.15)

---
updated-dependencies:
- dependency-name: anstyle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: errno
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: fastrand
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: linux-raw-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: memchr
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: regex-automata
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies labels Oct 2, 2023
@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

Merging #164 (ef7a918) into master (afdf56b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #164   +/-   ##
=======================================
  Coverage   91.26%   91.26%           
=======================================
  Files           3        3           
  Lines         435      435           
=======================================
  Hits          397      397           
  Misses         38       38           

@jwodder jwodder merged commit 7830c3d into master Oct 2, 2023
11 checks passed
@jwodder jwodder deleted the dependabot/cargo/deps-c474f2adf9 branch October 2, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant