serpent-os / usysconf-rs

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

build(deps): bump the cargo group with 4 updates #22

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

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

Updates async-process from 1.8.1 to 2.0.0

Release notes

Sourced from async-process's releases.

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.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
  • 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.7 to 4.4.8

Release notes

Sourced from clap's releases.

v4.4.8

[4.4.8] - 2023-11-10

Features

  • Add Command::flatten_help to allow git stash -h like help for subcommands
Changelog

Sourced from clap's changelog.

[4.4.8] - 2023-11-10

Features

  • Add Command::flatten_help to allow git stash -h like help for subcommands
Commits
  • 3aeea91 chore: Release
  • 1add9a7 docs: Update changelog
  • 6b2a2cc Merge pull request #5206 from epage/flatten
  • 9c0f7a7 fix(help): Recurse help flattening
  • 4bef91c refactor(help): Pull out flat subcommands
  • c9a7ef0 fix(help): Gloss over globals with flatten
  • 9e5f93d fix(help): Be consistent in long/short help
  • 66d2bcb feat(help): Allow flattening help
  • 3383242 Merge pull request #5205 from epage/flatten-refactor
  • caf5cdc feat(help): Allow flattening usage
  • Additional commits viewable in compare view


Updates dag from 58da164 to 93a5a1e

Commits
  • 93a5a1e Cargo: Add a proper packaging build config
  • 5444e7d moss/client: Stop making users download more RAM
  • b10eb1a moss/client: Fix installation of / forwarding links
  • 930c29f Merge pull request #74 from serpent-os/feat/remote-blit
  • 53f0e31 Write os-release and log duplicate error
  • 775a56d Add blit_target to install
  • 06174ad Ephemeral client w/ custom blit target
  • c1d857c vfs: Make the errors for duplicate entries more useful
  • 24d4d89 tui: Use same line for prompt response
  • 2140ff3 Sync
  • Additional commits viewable in compare view


Updates serde from 1.0.190 to 1.0.192

Release notes

Sourced from serde's releases.

v1.0.192

v1.0.191

  • Documentation improvements
Commits
  • 4676abd Release 1.0.192
  • 35700eb Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untagged
  • 59892e7 Release 1.0.191
  • 97dd07a Merge pull request #2647 from dtolnay/doccfg
  • c8bc97c Document "rc" and "unstable" features on docs.rs
  • 9dacfbb Fill in more doc(cfg) attributes
  • 05c2509 Relocate cfg attrs into deref_impl
  • 64f949b Relocate cfg attrs into parse_ip_impl and parse_socket_impl
  • 3f339de Relocate cfg attrs into seq_impl and map_impl
  • 215c2b7 Relocate cfg attrs into forwarded_impl macro
  • 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 10 months ago

Superseded by #23.