coreutils
coreutils copied to clipboard
build(deps): bump redox_syscall from 0.2.15 to 0.3.0
Bumps redox_syscall from 0.2.15 to 0.3.0.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Cargo deny isn't happy because of
error[B004]: found 2 duplicate entries for crate 'redox_syscall'
┌─ /github/workspace/Cargo.lock:159:1
│
159 │ ╭ redox_syscall 0.2.16 registry+https://github.com/rust-lang/crates.io-index
160 │ │ redox_syscall 0.3.0 registry+https://github.com/rust-lang/crates.io-index
│ ╰─────────────────────────────────────────────────────────────────────────^ lock entries
│
= redox_syscall v0.2.16
├── filetime v0.2.17
│ ├── (dev) coreutils v0.0.14
│ ├── notify v5.0.0-pre.15
│ │ └── uu_tail v0.0.14
│ │ └── coreutils v0.0.14 (*)
│ ├── uu_cp v0.0.14
│ │ └── coreutils v0.0.14 (*)
│ ├── uu_install v0.0.14
│ │ └── coreutils v0.0.14 (*)
│ └── uu_touch v0.0.14
│ └── coreutils v0.0.14 (*)
├── parking_lot_core v0.9.3
│ └── parking_lot v0.12.0
│ └── crossterm v0.24.0
│ └── uu_more v0.0.14
│ └── coreutils v0.0.14 (*)
├── redox_termios v0.1.2
│ └── termion v1.5.6
│ └── termsize v0.1.6
│ └── uu_ls v0.0.14
│ ├── coreutils v0.0.14 (*)
│ ├── uu_dir v0.0.14
│ │ └── coreutils v0.0.14 (*)
│ └── uu_vdir v0.0.14
│ └── coreutils v0.0.14 (*)
├── tempfile v3.3.0
│ ├── (dev) coreutils v0.0.14 (*)
│ ├── uu_mktemp v0.0.14
│ │ └── coreutils v0.0.14 (*)
│ ├── uu_sort v0.0.14
│ │ └── coreutils v0.0.14 (*)
│ └── uu_stdbuf v0.0.14
│ └── coreutils v0.0.14 (*)
└── termion v1.5.6 (*)
= redox_syscall v0.3.0
└── uu_test v0.0.14
└── coreutils v0.0.14
Superseded by #3827.