serpent-os / usysconf-rs

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

build(deps): bump the cargo group with 3 updates #27

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps the cargo group with 3 updates: async-process, clap and dag.

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 clap from 4.4.8 to 4.4.11

Release notes

Sourced from clap's releases.

v4.4.11

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group

v4.4.10

[4.4.10] - 2023-11-28

Documentation

  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

v4.4.9

[4.4.9] - 2023-11-27

Fixes

  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands
Changelog

Sourced from clap's changelog.

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group

[4.4.10] - 2023-11-28

Documentation

  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

[4.4.9] - 2023-11-27

Fixes

  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands
Commits


Updates dag from f6e1a59 to 1072048

Commits
  • 1072048 Merge pull request #92 from serpent-os/dependabot/cargo/cargo-2e23b90c4a
  • 5d614a7 build(deps): bump the cargo group with 4 updates
  • b61f401 Merge pull request #88 from serpent-os/feat/stone_recipe
  • 4796be9 Merge pull request #83 from serpent-os/update-checkout-action
  • 3d8adb5 Merge pull request #85 from serpent-os/feat/crates
  • 2f370e0 Add emul32 flag
  • 455c3b4 Add stone_recipe deserializtion
  • 794ca35 Move to crates folder
  • f1ec942 Update checkout action to v4
  • See full diff 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 11 months ago

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