-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump openssl from 0.10.55 to 0.10.60 (#555)
* Bump openssl from 0.10.55 to 0.10.60 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.60. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.55...openssl-v0.10.60) --- updated-dependencies: - dependency-name: openssl dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * cargo vet --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeff Charles <[email protected]>
- Loading branch information
1 parent
d6de349
commit f3d6b6f
Showing
3 changed files
with
78 additions
and
23 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1449,6 +1449,16 @@ criteria = "safe-to-deploy" | |
version = "1.0.0" | ||
notes = "I am the author of this crate." | ||
|
||
[[audits.bytecode-alliance.audits.percent-encoding]] | ||
who = "Alex Crichton <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "2.2.0" | ||
notes = """ | ||
This crate is a single-file crate that does what it says on the tin. There are | ||
a few `unsafe` blocks related to utf-8 validation which are locally verifiable | ||
as correct and otherwise this crate is good to go. | ||
""" | ||
|
||
[[audits.bytecode-alliance.audits.pin-utils]] | ||
who = "Pat Hickey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -1828,6 +1838,43 @@ version = "1.1.0" | |
notes = "All code written or reviewed by Josh Stone." | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.bindgen]] | ||
who = "Emilio Cobos Álvarez <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.59.2" | ||
notes = "I'm the primary author and maintainer of the crate." | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.bindgen]] | ||
who = "Emilio Cobos Álvarez <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.59.2 -> 0.63.0" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.bindgen]] | ||
who = "Mike Hommey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.63.0 -> 0.64.0" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.bindgen]] | ||
who = "Mike Hommey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.64.0 -> 0.66.1" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.bindgen]] | ||
who = "Mike Hommey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.66.1 -> 0.68.1" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.bindgen]] | ||
who = "Andreas Pehrson <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.68.1 -> 0.69.1" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.bitflags]] | ||
who = "Alex Franchuk <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -1886,6 +1933,12 @@ version = "1.0.7" | |
notes = "Simple hasher implementation with no unsafe code." | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.form_urlencoded]] | ||
who = "Valentin Gosu <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "1.2.0" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.fxhash]] | ||
who = "Bobby Holley <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -1970,6 +2023,12 @@ delta = "1.0.0 -> 0.1.2" | |
notes = "Small refactor of some simple iterator logic, no unsafe code or capabilities." | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.percent-encoding]] | ||
who = "Valentin Gosu <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "2.2.0 -> 2.3.0" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.pkg-config]] | ||
who = "Mike Hommey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -2122,3 +2181,15 @@ who = "Mike Hommey <[email protected]>" | |
criteria = "safe-to-deploy" | ||
delta = "0.1.21 -> 0.1.22" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.url]] | ||
who = "Valentin Gosu <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "2.4.0" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.url]] | ||
who = "Valentin Gosu <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "2.4.0 -> 2.4.1" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" |