Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RUSTSEC-2020-0036: failure is officially deprecated/unmaintained #47

Open
github-actions bot opened this issue Jul 2, 2023 · 1 comment
Open

Comments

@github-actions
Copy link

github-actions bot commented Jul 2, 2023

failure is officially deprecated/unmaintained

Details
Status unmaintained
Package failure
Version 0.1.8
URL rust-lang-deprecated/failure#347
Date 2020-05-02

The failure crate is officially end-of-life: it has been marked as deprecated
by the former maintainer, who has announced that there will be no updates or
maintenance work on it going forward.

The following are some suggested actively developed alternatives to switch to:

See advisory page for additional details.

@Wenzel
Copy link
Owner

Wenzel commented Nov 24, 2023

failure is also an undirect dependency of bindgen:

1-xenctrl v0.4.9 (/home/wenzel/Projets/rust/xenctrl)
2-├── enum-primitive-derive v0.1.2 (proc-macro)
3-│   ├── num-traits v0.1.43
4-│   │   └── num-traits v0.2.14
5-│   │       [build-dependencies]
6-│   │       └── autocfg v1.0.1
7-│   ├── quote v0.3.15
8-│   └── syn v0.11.11
9-│       ├── quote v0.3.15
10-│       ├── synom v0.11.3
11-│       │   └── unicode-xid v0.0.4
12-│       └── unicode-xid v0.0.4
13-├── libloading v0.7.0
14-│   └── cfg-if v1.0.0
15-├── log v0.4.11
16-│   └── cfg-if v0.1.10
17-├── num-traits v0.2.14 (*)
18-├── xenctrl-sys v0.1.1
19-│   [build-dependencies]
20-│   └── bindgen v0.49.4
21-│       ├── bitflags v1.2.1
22-│       ├── cexpr v0.3.6
23-│       │   └── nom v4.2.3
24-│       │       └── memchr v2.3.3
25-│       │       [build-dependencies]
26-│       │       └── version_check v0.1.5
27-│       ├── cfg-if v0.1.10
28-│       ├── clang-sys v0.28.1
29-│       │   ├── glob v0.3.0
30-│       │   ├── libc v0.2.76
31-│       │   └── libloading v0.5.2
32-│       │       [build-dependencies]
33-│       │       └── cc v1.0.59
34-│       │   [build-dependencies]
35-│       │   └── glob v0.3.0
36-│       ├── clap v2.33.3
37-│       │   ├── ansi_term v0.11.0
38-│       │   ├── atty v0.2.14
39-│       │   │   └── libc v0.2.76
40-│       │   ├── bitflags v1.2.1
41-│       │   ├── strsim v0.8.0
42-│       │   ├── textwrap v0.11.0
43-│       │   │   └── unicode-width v0.1.8
44-│       │   ├── unicode-width v0.1.8
45-│       │   └── vec_map v0.8.2
46-│       ├── env_logger v0.6.2
47-│       │   ├── atty v0.2.14 (*)
48-│       │   ├── humantime v1.3.0
49-│       │   │   └── quick-error v1.2.3
50-│       │   ├── log v0.4.11 (*)
51-│       │   ├── regex v1.3.9
52-│       │   │   ├── aho-corasick v0.7.13
53-│       │   │   │   └── memchr v2.3.3
54-│       │   │   ├── memchr v2.3.3
55-│       │   │   ├── regex-syntax v0.6.18
56-│       │   │   └── thread_local v1.0.1
57-│       │   │       └── lazy_static v1.4.0
58-│       │   └── termcolor v1.1.0
59-│       ├── fxhash v0.2.1
60-│       │   └── byteorder v1.3.4
61-│       ├── lazy_static v1.4.0
62-│       ├── log v0.4.11 (*)
63-│       ├── peeking_take_while v0.1.2
64-│       ├── proc-macro2 v0.4.30
65-│       │   └── unicode-xid v0.1.0
66-│       ├── quote v0.6.13
67-│       │   └── proc-macro2 v0.4.30 (*)
68-│       ├── regex v1.3.9 (*)
69-│       ├── shlex v0.1.1
70-│       └── which v2.0.1
71:│           ├── failure v0.1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant