Bug 1806766 - Update inherent to 1.0.3. r=emilio,supply-chain-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D165643
This commit is contained in:
Mike Hommey 2022-12-29 21:08:10 +00:00
Родитель 1d0c05f6f8
Коммит dbe8730364
5 изменённых файлов: 10 добавлений и 5 удалений

4
Cargo.lock сгенерированный
Просмотреть файл

@ -2664,9 +2664,9 @@ dependencies = [
[[package]]
name = "inherent"
version = "1.0.2"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fb971b57a573f221e77621bea15a412033924a30beb9511fa2867572e41ea0e"
checksum = "a036328c11e86e024522cb1e9b78ba9df3e316995e004e98854a18e4a326d2e1"
dependencies = [
"proc-macro2",
"quote",

Просмотреть файл

@ -999,6 +999,11 @@ who = "Mike Hommey <mh+mozilla@glandium.org>"
criteria = "safe-to-deploy"
delta = "1.0.1 -> 1.0.2"
[[audits.inherent]]
who = "Mike Hommey <mh+mozilla@glandium.org>"
criteria = "safe-to-deploy"
delta = "1.0.2 -> 1.0.3"
[[audits.inplace_it]]
who = "Mike Hommey <mh+mozilla@glandium.org>"
criteria = "safe-to-deploy"

Просмотреть файл

@ -1 +1 @@
{"files":{"Cargo.toml":"7ea62dbc577474b57c8f275b603dc2a5bfa9b8d1cd0a9eb3021733c289a8bf69","LICENSE-APACHE":"a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2","LICENSE-MIT":"23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3","README.md":"634d903573dd4adb1418a6cf25797e10febb712c53070007fda0285e455d30c0","src/expand.rs":"42f19e9ebbfbd9501ff303ae0df59df16ab6e162565d482acdcec9943e4e4a2a","src/lib.rs":"f4bca344e759a502e314c69cdb7f34393f558e19ccefe0c22850916e54edd620","src/parse.rs":"5478cff1e20ac6dc2c95772eaecfa8b8ec557effe689b536d865287c0b0b89ce","tests/compiletest.rs":"022a8e400ef813d7ea1875b944549cee5125f6a995dc33e93b48cba3e1b57bd1","tests/test.rs":"d4cbe55331c9f3e971e3c96ad773441a8106d3f5bff5e54859c8a789ab38917b","tests/ui/blanket-impl.rs":"2c9f50f15deba611a53b00285bf6c8867da15ae1527d96f7cba72fe0b23cac3a","tests/ui/blanket-impl.stderr":"c2428d07f2bdda9af279d301a862ef0072fcb046965ec5d0403e5662629ec2c5","tests/ui/not-trait-impl.rs":"e99aba255dc75c498d43098c496a2b349631de74ca51b6fdcd90fc744a4fcc94","tests/ui/not-trait-impl.stderr":"56f5e23c71975bc5d9747db7444f9d385881ba8a889a5282be77479b5abdbcf6","tests/ui/not-visible.rs":"ee9c08bf412b0ce2b077ab53a2ad4c98ada104c48721b484bfe79ebb2bc36230","tests/ui/not-visible.stderr":"83812840392c4ab0f250db02fe5e778d6e33c7c180076cc8e5ee94f242d07a66"},"package":"2fb971b57a573f221e77621bea15a412033924a30beb9511fa2867572e41ea0e"}
{"files":{"Cargo.toml":"fa4df68f5cd1b9122715c46ea004d45b44186e94f80bcf6a0a348de7473fa8ae","LICENSE-APACHE":"a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2","LICENSE-MIT":"23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3","README.md":"c26da74954caf861f3446c6e3499807097c319478885ed286df16a22f21a48ec","src/expand.rs":"42f19e9ebbfbd9501ff303ae0df59df16ab6e162565d482acdcec9943e4e4a2a","src/lib.rs":"f4bca344e759a502e314c69cdb7f34393f558e19ccefe0c22850916e54edd620","src/parse.rs":"5478cff1e20ac6dc2c95772eaecfa8b8ec557effe689b536d865287c0b0b89ce","tests/compiletest.rs":"022a8e400ef813d7ea1875b944549cee5125f6a995dc33e93b48cba3e1b57bd1","tests/test.rs":"d4cbe55331c9f3e971e3c96ad773441a8106d3f5bff5e54859c8a789ab38917b","tests/ui/blanket-impl.rs":"2c9f50f15deba611a53b00285bf6c8867da15ae1527d96f7cba72fe0b23cac3a","tests/ui/blanket-impl.stderr":"c2428d07f2bdda9af279d301a862ef0072fcb046965ec5d0403e5662629ec2c5","tests/ui/not-trait-impl.rs":"e99aba255dc75c498d43098c496a2b349631de74ca51b6fdcd90fc744a4fcc94","tests/ui/not-trait-impl.stderr":"56f5e23c71975bc5d9747db7444f9d385881ba8a889a5282be77479b5abdbcf6","tests/ui/not-visible.rs":"ee9c08bf412b0ce2b077ab53a2ad4c98ada104c48721b484bfe79ebb2bc36230","tests/ui/not-visible.stderr":"83812840392c4ab0f250db02fe5e778d6e33c7c180076cc8e5ee94f242d07a66"},"package":"a036328c11e86e024522cb1e9b78ba9df3e316995e004e98854a18e4a326d2e1"}

2
third_party/rust/inherent/Cargo.toml поставляемый
Просмотреть файл

@ -13,7 +13,7 @@
edition = "2018"
rust-version = "1.31"
name = "inherent"
version = "1.0.2"
version = "1.0.3"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Make trait methods callable without the trait in scope"
documentation = "https://docs.rs/inherent"

2
third_party/rust/inherent/README.md поставляемый
Просмотреть файл

@ -4,7 +4,7 @@
[<img alt="github" src="https://img.shields.io/badge/github-dtolnay/inherent-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/dtolnay/inherent)
[<img alt="crates.io" src="https://img.shields.io/crates/v/inherent.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/inherent)
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-inherent-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/inherent)
[<img alt="build status" src="https://img.shields.io/github/workflow/status/dtolnay/inherent/CI/master?style=for-the-badge" height="20">](https://github.com/dtolnay/inherent/actions?query=branch%3Amaster)
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/dtolnay/inherent/ci.yml?branch=master&style=for-the-badge" height="20">](https://github.com/dtolnay/inherent/actions?query=branch%3Amaster)
This crate provides an attribute macro to make trait methods callable without
the trait in scope.