Skip to content

Commit

Permalink
Merge branch 'rumenov/mffj' into 'master'
Browse files Browse the repository at this point in the history
build: upgrade some crate versions and remove unused ones

 

See merge request dfinity-lab/public/ic!16559
  • Loading branch information
levsha committed Dec 7, 2023
2 parents e91b220 + d03b5cb commit 1bbb7e2
Show file tree
Hide file tree
Showing 10 changed files with 269 additions and 608 deletions.
226 changes: 49 additions & 177 deletions Cargo.Bazel.Fuzzing.json.lock
@@ -1,5 +1,5 @@
{
"checksum": "00a51c1c5a2d273993922df89d64cd0d285564e4533eb46f86538b86f7a75cf5",
"checksum": "ab2b20c6137930cae990a37b5ba53a1ab1c1a86bfeb8b5aa93afc6bd0e9b19ea",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -13866,7 +13866,7 @@
"target": "isocountry"
},
{
"id": "itertools 0.10.5",
"id": "itertools 0.12.0",
"target": "itertools"
},
{
Expand Down Expand Up @@ -14263,10 +14263,6 @@
"id": "serde_json 1.0.107",
"target": "serde_json"
},
{
"id": "serde_millis 0.1.1",
"target": "serde_millis"
},
{
"id": "serde_with 1.14.0",
"target": "serde_with"
Expand All @@ -14275,10 +14271,6 @@
"id": "serde_yaml 0.8.26",
"target": "serde_yaml"
},
{
"id": "serial_test 0.8.0",
"target": "serial_test"
},
{
"id": "sev 2.0.2",
"target": "sev"
Expand Down Expand Up @@ -25304,6 +25296,53 @@
},
"license": "MIT OR Apache-2.0"
},
"itertools 0.12.0": {
"name": "itertools",
"version": "0.12.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/itertools/0.12.0/download",
"sha256": "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
}
},
"targets": [
{
"Library": {
"crate_name": "itertools",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "itertools",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"default",
"use_alloc",
"use_std"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "either 1.9.0",
"target": "either"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.12.0"
},
"license": "MIT OR Apache-2.0"
},
"itoa 1.0.9": {
"name": "itoa",
"version": "1.0.9",
Expand Down Expand Up @@ -45455,45 +45494,6 @@
},
"license": "MIT OR Apache-2.0"
},
"serde_millis 0.1.1": {
"name": "serde_millis",
"version": "0.1.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/serde_millis/0.1.1/download",
"sha256": "e6e2dc780ca5ee2c369d1d01d100270203c4ff923d2a4264812d723766434d00"
}
},
"targets": [
{
"Library": {
"crate_name": "serde_millis",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "serde_millis",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "serde 1.0.190",
"target": "serde"
}
],
"selects": {}
},
"edition": "2015",
"version": "0.1.1"
},
"license": "MIT/Apache-2.0"
},
"serde_path_to_error 0.1.14": {
"name": "serde_path_to_error",
"version": "0.1.14",
Expand Down Expand Up @@ -46006,134 +46006,6 @@
},
"license": "MIT OR Apache-2.0"
},
"serial_test 0.8.0": {
"name": "serial_test",
"version": "0.8.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/serial_test/0.8.0/download",
"sha256": "7eec42e7232e5ca56aa59d63af3c7f991fe71ee6a3ddd2d3480834cf3902b007"
}
},
"targets": [
{
"Library": {
"crate_name": "serial_test",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "serial_test",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"default",
"log",
"logging"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "futures 0.3.28",
"target": "futures"
},
{
"id": "lazy_static 1.4.0",
"target": "lazy_static"
},
{
"id": "log 0.4.20",
"target": "log"
},
{
"id": "parking_lot 0.12.1",
"target": "parking_lot"
}
],
"selects": {}
},
"edition": "2018",
"proc_macro_deps": {
"common": [
{
"id": "serial_test_derive 0.8.0",
"target": "serial_test_derive"
}
],
"selects": {}
},
"version": "0.8.0"
},
"license": "MIT"
},
"serial_test_derive 0.8.0": {
"name": "serial_test_derive",
"version": "0.8.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/serial_test_derive/0.8.0/download",
"sha256": "f1b95bb2f4f624565e8fe8140c789af7e2082c0e0561b5a82a1b678baa9703dc"
}
},
"targets": [
{
"ProcMacro": {
"crate_name": "serial_test_derive",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "serial_test_derive",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "proc-macro-error 1.0.4",
"target": "proc_macro_error"
},
{
"id": "proc-macro2 1.0.69",
"target": "proc_macro2"
},
{
"id": "quote 1.0.33",
"target": "quote"
},
{
"id": "syn 1.0.109",
"target": "syn"
}
],
"selects": {}
},
"edition": "2018",
"proc_macro_deps": {
"common": [
{
"id": "rustversion 1.0.14",
"target": "rustversion"
}
],
"selects": {}
},
"version": "0.8.0"
},
"license": "MIT"
},
"servo_arc 0.3.0": {
"name": "servo_arc",
"version": "0.3.0",
Expand Down
48 changes: 10 additions & 38 deletions Cargo.Bazel.Fuzzing.toml.lock
Expand Up @@ -2733,7 +2733,7 @@ dependencies = [
"intmap",
"ipnet",
"isocountry",
"itertools 0.10.5",
"itertools 0.12.0",
"jemalloc-ctl",
"jemallocator",
"json-patch",
Expand Down Expand Up @@ -2840,10 +2840,8 @@ dependencies = [
"serde_cbor",
"serde_derive",
"serde_json",
"serde_millis",
"serde_with",
"serde_yaml",
"serial_test",
"sev",
"sha2 0.10.8",
"sha2 0.9.9",
Expand Down Expand Up @@ -5038,6 +5036,15 @@ dependencies = [
"either",
]

[[package]]
name = "itertools"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
dependencies = [
"either",
]

[[package]]
name = "itoa"
version = "1.0.9"
Expand Down Expand Up @@ -8771,15 +8778,6 @@ dependencies = [
"serde",
]

[[package]]
name = "serde_millis"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e2dc780ca5ee2c369d1d01d100270203c4ff923d2a4264812d723766434d00"
dependencies = [
"serde",
]

[[package]]
name = "serde_path_to_error"
version = "0.1.14"
Expand Down Expand Up @@ -8894,32 +8892,6 @@ dependencies = [
"yaml-rust",
]

[[package]]
name = "serial_test"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eec42e7232e5ca56aa59d63af3c7f991fe71ee6a3ddd2d3480834cf3902b007"
dependencies = [
"futures",
"lazy_static",
"log",
"parking_lot 0.12.1",
"serial_test_derive",
]

[[package]]
name = "serial_test_derive"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1b95bb2f4f624565e8fe8140c789af7e2082c0e0561b5a82a1b678baa9703dc"
dependencies = [
"proc-macro-error",
"proc-macro2 1.0.69",
"quote 1.0.33",
"rustversion",
"syn 1.0.109",
]

[[package]]
name = "servo_arc"
version = "0.3.0"
Expand Down

0 comments on commit 1bbb7e2

Please sign in to comment.