Skip to content

Commit

Permalink
Bug 1839799 - Update scroll_derive to 0.11.1. r=emilio,supply-chain-r…
Browse files Browse the repository at this point in the history
…eviewers

Differential Revision: https://phabricator.services.mozilla.com/D181729
  • Loading branch information
glandium committed Jun 22, 2023
1 parent 5e9c82b commit 3336e4d
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 302 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2543,6 +2543,11 @@ criteria = "safe-to-deploy"
delta = "0.10.5 -> 0.11.0"
notes = "No code changes. Tagged together with its parent crate scroll."

[[audits.scroll_derive]]
who = "Mike Hommey <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.11.0 -> 0.11.1"

[[audits.selectors]]
who = "Emilio Cobos Álvarez <[email protected]>"
criteria = "safe-to-deploy"
Expand Down
2 changes: 1 addition & 1 deletion third_party/rust/scroll_derive/.cargo-checksum.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"files":{"Cargo.lock":"1c75a1216efdf3c7b4726138eed43fadf9325750c8d01d2358b4cf4ad742f8c1","Cargo.toml":"36cd9b38e6f4ed4bd807208da809d3803af3b134264fd5c90a29a6f064b3b4d9","LICENSE":"afb11426e09da40a1ae4f8fa17ddcc6b6a52d14df04c29bc5bcd06eb8730624d","README.md":"f89c7768454b0d2b9db816afe05db3a4cea1125bef87f08ed3eefd65e9e2b180","examples/main.rs":"dc2f7f6ba45dcba4e6fe7c8ac100df0c101cb091ddd34f7dfc6599e58cc9e9a7","src/lib.rs":"a9cabe3c0b373f352357745b817f188ab841e9445056014dee9cc83c4d167483","tests/tests.rs":"ab4e6955d2e3bedd003b53b8f3423a6fc48424e37218ca989bf7e0debdf3c3f9"},"package":"bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e"}
{"files":{"Cargo.toml":"9fbb5068c3ffbf2c357f4068f854f439bae4999e04527e2dedc6758fa37a9807","LICENSE":"afb11426e09da40a1ae4f8fa17ddcc6b6a52d14df04c29bc5bcd06eb8730624d","README.md":"f89c7768454b0d2b9db816afe05db3a4cea1125bef87f08ed3eefd65e9e2b180","src/lib.rs":"a9cabe3c0b373f352357745b817f188ab841e9445056014dee9cc83c4d167483"},"package":"1db149f81d46d2deba7cd3c50772474707729550221e69588478ebf9ada425ae"}
52 changes: 0 additions & 52 deletions third_party/rust/scroll_derive/Cargo.lock

This file was deleted.

28 changes: 23 additions & 5 deletions third_party/rust/scroll_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,42 @@
[package]
edition = "2018"
name = "scroll_derive"
version = "0.11.0"
authors = ["m4b <[email protected]>", "Ted Mielczarek <[email protected]>", "Systemcluster <[email protected]>"]
version = "0.11.1"
authors = [
"m4b <[email protected]>",
"Ted Mielczarek <[email protected]>",
"Systemcluster <[email protected]>",
]
include = [
"src/**/*",
"Cargo.toml",
"LICENSE",
"README.md",
]
description = "A macros 1.1 derive implementation for Pread and Pwrite traits from the scroll crate"
documentation = "https://docs.rs/scroll_derive"
readme = "README.md"
keywords = ["derive", "macros", "pread", "pwrite", "bytes"]
keywords = [
"derive",
"macros",
"pread",
"pwrite",
"bytes",
]
license = "MIT"
repository = "https://github.com/m4b/scroll"

[lib]
proc-macro = true

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "1"
version = "2"

[dev-dependencies.scroll]
version = "0.10"
version = "0.11"
28 changes: 0 additions & 28 deletions third_party/rust/scroll_derive/examples/main.rs

This file was deleted.

213 changes: 0 additions & 213 deletions third_party/rust/scroll_derive/tests/tests.rs

This file was deleted.

0 comments on commit 3336e4d

Please sign in to comment.