Neptune-Crypto / neptune-core

anonymous peer-to-peer cash
Apache License 2.0
24 stars 7 forks source link

cargo audit finds derive-where has been yanked. #50

Closed dan-da closed 11 months ago

dan-da commented 11 months ago
$ cargo audit
    Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 571 security advisories (from /home/danda/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (293 crate dependencies)
...
Crate:     derive-where
Version:   1.2.3
Warning:   yanked
Dependency tree:
derive-where 1.2.3
└── quote-use 0.7.1
    └── attribute-derive-macro 0.6.1
        └── attribute-derive 0.6.1
            └── get-size-derive 0.1.3
                └── get-size 0.1.4
                    ├── twenty-first 0.32.1
                    │   ├── triton-vm 0.33.0
                    │   │   ├── tasm-lib 0.2.1
                    │   │   │   └── neptune-core 0.0.4
                    │   │   └── neptune-core 0.0.4
                    │   ├── tasm-lib 0.2.1
                    │   └── neptune-core 0.0.4
                    ├── triton-vm 0.33.0
                    └── neptune-core 0.0.4
Sword-Smith commented 11 months ago

Closed by 31bb59b8c87d805ad9a826ed061881352d48bbf7 / #51