serpent-os / usysconf-rs

usysconf - now with extra rust
6 stars 3 forks source link

build(deps): bump the cargo group with 5 updates #32

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the cargo group with 5 updates:

Package From To
async-process 1.8.1 2.0.1
dag 1072048 | bb68b26
futures 0.3.29 0.3.30
serde_yaml 0.9.27 0.9.29
thiserror 1.0.50 1.0.52

Updates async-process from 1.8.1 to 2.0.1

Release notes

Sourced from async-process's releases.

v2.0.1

  • Update event-listener to v4.0.0. (#64)
  • Update windows-sys to v0.52.0. (#65)

v2.0.0

  • Breaking: Remove the pre_exec extension function on Unix. It is still available through the From<std::process::Command> implementation on Command. (#54)
  • Add the driver() function, which allows the processes to be driven without a separate thread. (#52)
  • Bump async-io to v2.0.0 and async-channel to v2.0.0. (#60)
Changelog

Sourced from async-process's changelog.

Version 2.0.1

  • Update event-listener to v4.0.0. (#64)
  • Update windows-sys to v0.52.0. (#65)

Version 2.0.0

  • Breaking: Remove the pre_exec extension function on Unix. It is still available through the From<std::process::Command> implementation on Command. (#54)
  • Add the driver() function, which allows the processes to be driven without a separate thread. (#52)
  • Bump async-io to v2.0.0 and async-channel to v2.0.0. (#60)
Commits
  • d23ab0b v2.0.1
  • 0357928 Update windows-sys requirement from 0.48 to 0.52
  • d0993f8 m: Bump to event-listener v4.0.0
  • 90f343f v2.0.0
  • 54647be Update async-lock requirement from 2.6.0 to 3.0.0
  • 297ac50 Update futures-lite requirement from 1.11.0 to 2.0.0
  • 65cde36 Bump async-io to v2.0.0 and async-channel to v2.0.0
  • f733a83 feat: Add a way to run without the async-process thread
  • 9f9351b Migrate to Rust 2021 (#58)
  • b29af2b breaking: Remove the pre-exec extension function
  • See full diff in compare view


Updates dag from 1072048 to bb68b26

Commits
  • bb68b26 Merge pull request #102 from serpent-os/fix/installed-check
  • 133cc42 Merge pull request #100 from serpent-os/feat/breakpoint-linenumbers
  • 125533b Don't allow updates via install
  • fff18d3 Add hacky line number support for breakpoint
  • 83ce8d2 Refactor recipe to type including source info
  • f04d77b Merge pull request #98 from serpent-os/feat/chroot-vars
  • 0d9eacb Merge pull request #97 from serpent-os/feat/boulder-breakpoint
  • d1a9d27 Fix test
  • 50d843f Print continue as well
  • 0e630f4 Add profile to base chroot command
  • Additional commits viewable in compare view


Updates futures from 0.3.29 to 0.3.30

Release notes

Sourced from futures's releases.

0.3.30

  • Add {BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of (#2797)
  • Fix panic in FuturesUnordered::clear (#2809)
  • Fix panic in AsyncBufReadExt::fill_buf (#2801, #2812)
  • Improve support for targets without atomic CAS (#2811)
  • Remove build scripts (#2811)
Changelog

Sourced from futures's changelog.

0.3.30 - 2023-12-24

  • Add {BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of (#2797)
  • Fix panic in FuturesUnordered::clear (#2809)
  • Fix panic in AsyncBufReadExt::fill_buf (#2801, #2812)
  • Improve support for targets without atomic CAS (#2811)
  • Remove build scripts (#2811)
Commits
  • de1a0fd Release 0.3.30
  • 68d2845 Remove a redundant space in example (#2816)
  • fdd2ce7 Fix broken link in CopyBufAbortable docs (#2815)
  • 272a3c7 Use cfg(target_has_atomic) on no-std targets
  • c179201 FillBuf: Do not call poll_fill_buf twice
  • e6735f3 FuturesUnordered: Fix clear implementation
  • 04d01a0 FuturesOrdered: Use 64-bit index
  • e4aa659 remove redundant impl Unpin
  • 17851c1 provide a mechanism to determine if io read/write halves are from the same st...
  • 4910799 provide a non-destructive mechanism to determine if a sink/stream are paired
  • Additional commits viewable in compare view


Updates serde_yaml from 0.9.27 to 0.9.29

Release notes

Sourced from serde_yaml's releases.

0.9.29

  • Turn on deny(unsafe_op_in_unsafe_fn) lint

0.9.28

  • Update unsafe-libyaml dependency to pull in unaligned write fix
Commits
  • b957d2b Release 0.9.29
  • 007fc2d Merge pull request #401 from dtolnay/unsafeop
  • 5bac247 Fill in unsafe blocks inside unsafe functions
  • 0f6dba1 Turn on deny(unsafe_op_in_unsafe_fn)
  • 1b6e448 Release 0.9.28
  • ec1a314 Force unsafe-libyaml version that contains unaligned write fix
  • a6b2dc0 Update name of blocks_in_if_conditions clippy lint
  • See full diff in compare view


Updates thiserror from 1.0.50 to 1.0.52

Release notes

Sourced from thiserror's releases.

1.0.52

  • Fix interaction with RUSTC_BOOTSTRAP (#269)

1.0.51

  • Improve diagnostics when an invalid attribute previously caused thiserror to generate no Error impl (#266)
Commits
  • be83323 Release 1.0.52
  • c89ee6c Merge pull request #269 from dtolnay/bootstrap
  • af16652 Rerun build script on RUSTC_BOOTSTRAP change
  • d160dd2 Merge pull request #267 from dtolnay/useunderscore
  • 6b00235 Leave private traits' name out of scope
  • c3838bd Add a funding file
  • 87466d2 Update name of blocks_in_if_conditions clippy lint
  • 0555b80 Release 1.0.51
  • b94add8 Add ui test where fallback impl conflicts with handwritten Display
  • 02c6a55 Merge pull request #266 from dtolnay/fallback
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 8 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.