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)
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)
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
Bumps the cargo group with 3 updates: async-process, dag and thiserror.
Updates
async-process
from 1.8.1 to 2.0.1Release notes
Sourced from async-process's releases.
Changelog
Sourced from async-process's changelog.
Commits
d23ab0b
v2.0.10357928
Update windows-sys requirement from 0.48 to 0.52d0993f8
m: Bump to event-listener v4.0.090f343f
v2.0.054647be
Update async-lock requirement from 2.6.0 to 3.0.0297ac50
Update futures-lite requirement from 1.11.0 to 2.0.065cde36
Bump async-io to v2.0.0 and async-channel to v2.0.0f733a83
feat: Add a way to run without the async-process thread9f9351b
Migrate to Rust 2021 (#58)b29af2b
breaking: Remove the pre-exec extension functionUpdates
dag
from1072048
tobb68b26
Commits
bb68b26
Merge pull request #102 from serpent-os/fix/installed-check133cc42
Merge pull request #100 from serpent-os/feat/breakpoint-linenumbers125533b
Don't allow updates via installfff18d3
Add hacky line number support for breakpoint83ce8d2
Refactor recipe to type including source infof04d77b
Merge pull request #98 from serpent-os/feat/chroot-vars0d9eacb
Merge pull request #97 from serpent-os/feat/boulder-breakpointd1a9d27
Fix test50d843f
Print continue as well0e630f4
Add profile to base chroot commandUpdates
thiserror
from 1.0.50 to 1.0.51Release notes
Sourced from thiserror's releases.
Commits
0555b80
Release 1.0.51b94add8
Add ui test where fallback impl conflicts with handwritten Display02c6a55
Merge pull request #266 from dtolnay/fallback1754825
Work around trivial bounds being unstable1567f40
Try to remove "doesn't implement Debug" in fallback expansiond7e3bdd
Fix redundant "Error doesn't implement Display" in fallback7e5ff62
Emit an Error impl even in the presence of bad attributes0444cd5
Merge pull request #265 from dtolnay/fallbackfixmeb010e52
Add test looking for invalid input to still generate an impl1c6c4bb
Merge pull request #264 from dtolnay/errortraitpathDependabot 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