Skip to content

Commit

Permalink
fix: remove the dependency on the old static_assertions crate
Browse files Browse the repository at this point in the history
  • Loading branch information
rumenov committed Jan 11, 2024
1 parent 72f5918 commit 3c9dd30
Show file tree
Hide file tree
Showing 12 changed files with 181 additions and 1,644 deletions.
620 changes: 4 additions & 616 deletions Cargo.Bazel.Fuzzing.json.lock

Large diffs are not rendered by default.

123 changes: 11 additions & 112 deletions Cargo.Bazel.Fuzzing.toml.lock
Expand Up @@ -2748,16 +2748,6 @@ version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49"

[[package]]
name = "debug_stub_derive"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "496b7f8a2f853313c3ca370641d7ff3e42c32974fdccda8f0684599ed0a3ff6b"
dependencies = [
"quote 0.3.15",
"syn 0.11.11",
]

[[package]]
name = "debugid"
version = "0.8.0"
Expand Down Expand Up @@ -2965,7 +2955,6 @@ dependencies = [
"curve25519-dalek",
"cvt",
"dashmap",
"debug_stub_derive",
"derive_more 0.99.8-alpha.0",
"digest 0.9.0",
"dyn-clone",
Expand All @@ -2982,7 +2971,6 @@ dependencies = [
"ff 0.12.1",
"fix-hidden-lifetime-bug",
"flate2",
"float-cmp",
"form_urlencoded",
"fs_extra",
"futures",
Expand Down Expand Up @@ -3087,7 +3075,6 @@ dependencies = [
"paste 1.0.14",
"pathdiff",
"pem 1.1.1",
"pico-args 0.3.4",
"pin-project-lite",
"ping",
"pkcs8",
Expand Down Expand Up @@ -3157,10 +3144,8 @@ dependencies = [
"sha2 0.9.9",
"sha3 0.9.1",
"signal-hook",
"signal-hook-mio",
"signature",
"simple_asn1",
"simple_moving_average",
"slog",
"slog-async",
"slog-envlogger",
Expand All @@ -3170,7 +3155,6 @@ dependencies = [
"slog_derive",
"socket2 0.5.5",
"ssh2",
"static_assertions 0.3.4",
"strum 0.25.0",
"strum_macros 0.25.3",
"stubborn-io",
Expand Down Expand Up @@ -3809,7 +3793,7 @@ dependencies = [
"byteorder",
"rand 0.8.5",
"rustc-hex",
"static_assertions 1.1.0",
"static_assertions",
]

[[package]]
Expand Down Expand Up @@ -5783,7 +5767,7 @@ dependencies = [
"itertools 0.10.5",
"lalrpop-util",
"petgraph",
"pico-args 0.5.0",
"pico-args",
"regex",
"regex-syntax 0.7.5",
"string_cache",
Expand Down Expand Up @@ -5849,7 +5833,7 @@ checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
dependencies = [
"lexical-parse-integer",
"lexical-util",
"static_assertions 1.1.0",
"static_assertions",
]

[[package]]
Expand All @@ -5859,7 +5843,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
dependencies = [
"lexical-util",
"static_assertions 1.1.0",
"static_assertions",
]

[[package]]
Expand All @@ -5868,7 +5852,7 @@ version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
dependencies = [
"static_assertions 1.1.0",
"static_assertions",
]

[[package]]
Expand All @@ -5879,7 +5863,7 @@ checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862"
dependencies = [
"lexical-util",
"lexical-write-integer",
"static_assertions 1.1.0",
"static_assertions",
]

[[package]]
Expand All @@ -5889,7 +5873,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446"
dependencies = [
"lexical-util",
"static_assertions 1.1.0",
"static_assertions",
]

[[package]]
Expand Down Expand Up @@ -6416,25 +6400,12 @@ dependencies = [
"kernel32-sys",
"libc",
"log",
"miow 0.2.2",
"miow",
"net2",
"slab",
"winapi 0.2.8",
]

[[package]]
name = "mio"
version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
dependencies = [
"libc",
"log",
"miow 0.3.7",
"ntapi",
"winapi 0.3.9",
]

[[package]]
name = "mio"
version = "0.8.10"
Expand Down Expand Up @@ -6471,15 +6442,6 @@ dependencies = [
"ws2_32-sys",
]

[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi 0.3.9",
]

[[package]]
name = "miracl_core_bls12381"
version = "4.2.2"
Expand Down Expand Up @@ -6672,15 +6634,6 @@ dependencies = [
"winapi 0.3.9",
]

[[package]]
name = "ntapi"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
dependencies = [
"winapi 0.3.9",
]

[[package]]
name = "nu-ansi-term"
version = "0.46.0"
Expand Down Expand Up @@ -7519,12 +7472,6 @@ dependencies = [
"siphasher",
]

[[package]]
name = "pico-args"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28b9b4df73455c861d7cbf8be42f01d3b373ed7f02e378d55fa84eafc6f638b1"

[[package]]
name = "pico-args"
version = "0.5.0"
Expand Down Expand Up @@ -8236,12 +8183,6 @@ dependencies = [
"windows-sys 0.48.0",
]

[[package]]
name = "quote"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"

[[package]]
name = "quote"
version = "0.6.13"
Expand Down Expand Up @@ -9583,7 +9524,7 @@ dependencies = [
"serde-big-array",
"serde_bytes",
"sha2 0.10.8",
"static_assertions 1.1.0",
"static_assertions",
"uuid 1.5.0",
"x509-cert",
]
Expand Down Expand Up @@ -9677,7 +9618,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
dependencies = [
"libc",
"mio 0.7.14",
"mio 0.8.10",
"signal-hook",
]
Expand Down Expand Up @@ -9737,15 +9677,6 @@ dependencies = [
"windows-sys 0.48.0",
]

[[package]]
name = "simple_moving_average"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdd19d3808aad2604c824399fd270260d634678b010328c9d96851bb0fb63121"
dependencies = [
"num-traits",
]

[[package]]
name = "simplelog"
version = "0.12.1"
Expand Down Expand Up @@ -9981,12 +9912,6 @@ dependencies = [
"winapi 0.3.9",
]

[[package]]
name = "static_assertions"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f3eb36b47e512f8f1c9e3d10c2c1965bc992bd9cdb024fa581e2194501c83d3"

[[package]]
name = "static_assertions"
version = "1.1.0"
Expand Down Expand Up @@ -10149,17 +10074,6 @@ dependencies = [
"symbolic-common",
]

[[package]]
name = "syn"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
dependencies = [
"quote 0.3.15",
"synom",
"unicode-xid 0.0.4",
]

[[package]]
name = "syn"
version = "0.15.44"
Expand Down Expand Up @@ -10199,15 +10113,6 @@ version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"

[[package]]
name = "synom"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
dependencies = [
"unicode-xid 0.0.4",
]

[[package]]
name = "synstructure"
version = "0.12.6"
Expand Down Expand Up @@ -10290,7 +10195,7 @@ dependencies = [
"pin-project",
"rand 0.8.5",
"serde",
"static_assertions 1.1.0",
"static_assertions",
"tarpc-plugins",
"thiserror",
"tokio",
Expand Down Expand Up @@ -11136,7 +11041,7 @@ dependencies = [
"byteorder",
"crunchy",
"hex",
"static_assertions 1.1.0",
"static_assertions",
]

[[package]]
Expand Down Expand Up @@ -11196,12 +11101,6 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"

[[package]]
name = "unicode-xid"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"

[[package]]
name = "unicode-xid"
version = "0.1.0"
Expand Down

0 comments on commit 3c9dd30

Please sign in to comment.