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

Upgrade dependencies #60

Merged
merged 3 commits into from
Sep 4, 2020
Merged

Upgrade dependencies #60

merged 3 commits into from
Sep 4, 2020

Conversation

hug-dev
Copy link
Member

@hug-dev hug-dev commented Sep 2, 2020

Signed-off-by: Hugues de Valon hugues.devalon@arm.com

Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
@hug-dev hug-dev added the enhancement New feature or request label Sep 2, 2020
@hug-dev hug-dev self-assigned this Sep 2, 2020
@hug-dev hug-dev requested a review from ionut-arm September 2, 2020 16:16
@hug-dev
Copy link
Member Author

hug-dev commented Sep 3, 2020

Result of cargo audit:

[hugdev01@machine rust-psa-crypto]$ cargo audit
    Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 109 security advisories (from /home/hugdev01/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (89 crate dependencies)
     Success No vulnerable packages found

warning: 1 warning found

Crate:  spin
Title:  spin is no longer actively maintained
Date:   2019-11-21
URL:    https://rustsec.org/advisories/RUSTSEC-2019-0031
Dependency tree:
spin 0.5.2
└── lazy_static 1.4.0
    ├── thread_local 1.0.1
    │   └── regex 1.3.9
    │       ├── pem 0.8.1
    │       │   └── rsa 0.3.0
    │       │       └── psa-crypto 0.5.0
    │       ├── env_logger 0.7.1
    │       │   └── bindgen 0.55.1
    │       │       └── psa-crypto-sys 0.5.0
    │       │           └── psa-crypto 0.5.0
    │       └── bindgen 0.55.1
    ├── rsa 0.3.0
    ├── num-bigint-dig 0.6.0
    │   └── rsa 0.3.0
    └── bindgen 0.55.1

warning: 1 warning found!

Also removes crates licenses information in the README.md

Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
Copy link
Member

@ionut-arm ionut-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, as long as things are compiling it should be ok!

@@ -0,0 +1,35 @@
name: Nightly Checks
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 Cheers for this!

@hug-dev hug-dev merged commit 07fc815 into parallaxsecond:master Sep 4, 2020
@hug-dev hug-dev deleted the upgrade branch September 4, 2020 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants