coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

build(deps): bump redox_syscall from 0.2.15 to 0.3.0

Open dependabot[bot] opened this issue 3 years ago • 1 comments

Bumps redox_syscall from 0.2.15 to 0.3.0.

Dependabot compatibility score

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 ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Jul 28 '22 06:07 dependabot[bot]

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

sylvestre avatar Jul 28 '22 07:07 sylvestre

Superseded by #3827.

dependabot[bot] avatar Aug 16 '22 06:08 dependabot[bot]