Skip to content

Commit 9ddaa79

Browse files
committed
[rust] Revert rstest crate version
1 parent 78fc8d9 commit 9ddaa79

File tree

3 files changed

+23
-217
lines changed

3 files changed

+23
-217
lines changed

rust/Cargo.Bazel.lock

Lines changed: 16 additions & 180 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "8057e64c78d29d956d3dcb9405811dca8528ceac02cf813d73b25117727faeff",
2+
"checksum": "4ef6c22ec363acd77306d3758c75001ec6e6164f8f964457ff9af16470c5cf13",
33
"crates": {
44
"addr2line 0.21.0": {
55
"name": "addr2line",
@@ -9251,54 +9251,6 @@
92519251
],
92529252
"license_file": "LICENSE-APACHE"
92539253
},
9254-
"proc-macro-crate 3.1.0": {
9255-
"name": "proc-macro-crate",
9256-
"version": "3.1.0",
9257-
"package_url": "https://github.com/bkchr/proc-macro-crate",
9258-
"repository": {
9259-
"Http": {
9260-
"url": "https://static.crates.io/crates/proc-macro-crate/3.1.0/download",
9261-
"sha256": "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
9262-
}
9263-
},
9264-
"targets": [
9265-
{
9266-
"Library": {
9267-
"crate_name": "proc_macro_crate",
9268-
"crate_root": "src/lib.rs",
9269-
"srcs": {
9270-
"allow_empty": false,
9271-
"include": [
9272-
"**/*.rs"
9273-
]
9274-
}
9275-
}
9276-
}
9277-
],
9278-
"library_target_name": "proc_macro_crate",
9279-
"common_attrs": {
9280-
"compile_data_glob": [
9281-
"**"
9282-
],
9283-
"deps": {
9284-
"common": [
9285-
{
9286-
"id": "toml_edit 0.21.1",
9287-
"target": "toml_edit"
9288-
}
9289-
],
9290-
"selects": {}
9291-
},
9292-
"edition": "2021",
9293-
"version": "3.1.0"
9294-
},
9295-
"license": "MIT OR Apache-2.0",
9296-
"license_ids": [
9297-
"Apache-2.0",
9298-
"MIT"
9299-
],
9300-
"license_file": "LICENSE-APACHE"
9301-
},
93029254
"proc-macro2 1.0.82": {
93039255
"name": "proc-macro2",
93049256
"version": "1.0.82",
@@ -10718,14 +10670,14 @@
1071810670
"license_ids": [],
1071910671
"license_file": "LICENSE"
1072010672
},
10721-
"rstest 0.22.0": {
10673+
"rstest 0.19.0": {
1072210674
"name": "rstest",
10723-
"version": "0.22.0",
10675+
"version": "0.19.0",
1072410676
"package_url": "https://github.com/la10736/rstest",
1072510677
"repository": {
1072610678
"Http": {
10727-
"url": "https://static.crates.io/crates/rstest/0.22.0/download",
10728-
"sha256": "7b423f0e62bdd61734b67cd21ff50871dfaeb9cc74f869dcd6af974fbcb19936"
10679+
"url": "https://static.crates.io/crates/rstest/0.19.0/download",
10680+
"sha256": "9d5316d2a1479eeef1ea21e7f9ddc67c191d497abc8fc3ba2467857abbb68330"
1072910681
}
1073010682
},
1073110683
"targets": [
@@ -10750,7 +10702,6 @@
1075010702
"crate_features": {
1075110703
"common": [
1075210704
"async-timeout",
10753-
"crate-name",
1075410705
"default"
1075510706
],
1075610707
"selects": {}
@@ -10772,13 +10723,13 @@
1077210723
"proc_macro_deps": {
1077310724
"common": [
1077410725
{
10775-
"id": "rstest_macros 0.22.0",
10726+
"id": "rstest_macros 0.19.0",
1077610727
"target": "rstest_macros"
1077710728
}
1077810729
],
1077910730
"selects": {}
1078010731
},
10781-
"version": "0.22.0"
10732+
"version": "0.19.0"
1078210733
},
1078310734
"license": "MIT OR Apache-2.0",
1078410735
"license_ids": [
@@ -10787,14 +10738,14 @@
1078710738
],
1078810739
"license_file": "LICENSE-APACHE"
1078910740
},
10790-
"rstest_macros 0.22.0": {
10741+
"rstest_macros 0.19.0": {
1079110742
"name": "rstest_macros",
10792-
"version": "0.22.0",
10743+
"version": "0.19.0",
1079310744
"package_url": "https://github.com/la10736/rstest",
1079410745
"repository": {
1079510746
"Http": {
10796-
"url": "https://static.crates.io/crates/rstest_macros/0.22.0/download",
10797-
"sha256": "c5e1711e7d14f74b12a58411c542185ef7fb7f2e7f8ee6e2940a883628522b42"
10747+
"url": "https://static.crates.io/crates/rstest_macros/0.19.0/download",
10748+
"sha256": "04a9df72cc1f67020b0d63ad9bfe4a323e459ea7eb68e03bd9824db49f9a4c25"
1079810749
}
1079910750
},
1080010751
"targets": [
@@ -10830,8 +10781,7 @@
1083010781
],
1083110782
"crate_features": {
1083210783
"common": [
10833-
"async-timeout",
10834-
"crate-name"
10784+
"async-timeout"
1083510785
],
1083610786
"selects": {}
1083710787
},
@@ -10845,10 +10795,6 @@
1084510795
"id": "glob 0.3.1",
1084610796
"target": "glob"
1084710797
},
10848-
{
10849-
"id": "proc-macro-crate 3.1.0",
10850-
"target": "proc_macro_crate"
10851-
},
1085210798
{
1085310799
"id": "proc-macro2 1.0.82",
1085410800
"target": "proc_macro2"
@@ -10866,7 +10812,7 @@
1086610812
"target": "relative_path"
1086710813
},
1086810814
{
10869-
"id": "rstest_macros 0.22.0",
10815+
"id": "rstest_macros 0.19.0",
1087010816
"target": "build_script_build"
1087110817
},
1087210818
{
@@ -10881,7 +10827,7 @@
1088110827
"selects": {}
1088210828
},
1088310829
"edition": "2021",
10884-
"version": "0.22.0"
10830+
"version": "0.19.0"
1088510831
},
1088610832
"build_script_attrs": {
1088710833
"data_glob": [
@@ -12018,7 +11964,7 @@
1201811964
"target": "is_executable"
1201911965
},
1202011966
{
12021-
"id": "rstest 0.22.0",
11967+
"id": "rstest 0.19.0",
1202211968
"target": "rstest"
1202311969
}
1202411970
],
@@ -14883,70 +14829,6 @@
1488314829
],
1488414830
"license_file": "LICENSE-APACHE"
1488514831
},
14886-
"toml_edit 0.21.1": {
14887-
"name": "toml_edit",
14888-
"version": "0.21.1",
14889-
"package_url": "https://github.com/toml-rs/toml",
14890-
"repository": {
14891-
"Http": {
14892-
"url": "https://static.crates.io/crates/toml_edit/0.21.1/download",
14893-
"sha256": "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
14894-
}
14895-
},
14896-
"targets": [
14897-
{
14898-
"Library": {
14899-
"crate_name": "toml_edit",
14900-
"crate_root": "src/lib.rs",
14901-
"srcs": {
14902-
"allow_empty": false,
14903-
"include": [
14904-
"**/*.rs"
14905-
]
14906-
}
14907-
}
14908-
}
14909-
],
14910-
"library_target_name": "toml_edit",
14911-
"common_attrs": {
14912-
"compile_data_glob": [
14913-
"**"
14914-
],
14915-
"crate_features": {
14916-
"common": [
14917-
"default",
14918-
"display",
14919-
"parse"
14920-
],
14921-
"selects": {}
14922-
},
14923-
"deps": {
14924-
"common": [
14925-
{
14926-
"id": "indexmap 2.2.6",
14927-
"target": "indexmap"
14928-
},
14929-
{
14930-
"id": "toml_datetime 0.6.8",
14931-
"target": "toml_datetime"
14932-
},
14933-
{
14934-
"id": "winnow 0.5.40",
14935-
"target": "winnow"
14936-
}
14937-
],
14938-
"selects": {}
14939-
},
14940-
"edition": "2021",
14941-
"version": "0.21.1"
14942-
},
14943-
"license": "MIT OR Apache-2.0",
14944-
"license_ids": [
14945-
"Apache-2.0",
14946-
"MIT"
14947-
],
14948-
"license_file": "LICENSE-APACHE"
14949-
},
1495014832
"toml_edit 0.22.20": {
1495114833
"name": "toml_edit",
1495214834
"version": "0.22.20",
@@ -18328,52 +18210,6 @@
1832818210
],
1832918211
"license_file": "license-apache-2.0"
1833018212
},
18331-
"winnow 0.5.40": {
18332-
"name": "winnow",
18333-
"version": "0.5.40",
18334-
"package_url": "https://github.com/winnow-rs/winnow",
18335-
"repository": {
18336-
"Http": {
18337-
"url": "https://static.crates.io/crates/winnow/0.5.40/download",
18338-
"sha256": "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
18339-
}
18340-
},
18341-
"targets": [
18342-
{
18343-
"Library": {
18344-
"crate_name": "winnow",
18345-
"crate_root": "src/lib.rs",
18346-
"srcs": {
18347-
"allow_empty": false,
18348-
"include": [
18349-
"**/*.rs"
18350-
]
18351-
}
18352-
}
18353-
}
18354-
],
18355-
"library_target_name": "winnow",
18356-
"common_attrs": {
18357-
"compile_data_glob": [
18358-
"**"
18359-
],
18360-
"crate_features": {
18361-
"common": [
18362-
"alloc",
18363-
"default",
18364-
"std"
18365-
],
18366-
"selects": {}
18367-
},
18368-
"edition": "2021",
18369-
"version": "0.5.40"
18370-
},
18371-
"license": "MIT",
18372-
"license_ids": [
18373-
"MIT"
18374-
],
18375-
"license_file": "LICENSE-MIT"
18376-
},
1837718213
"winnow 0.6.18": {
1837818214
"name": "winnow",
1837918215
"version": "0.6.18",
@@ -19868,6 +19704,6 @@
1986819704
"direct_dev_deps": [
1986919705
"assert_cmd 2.0.16",
1987019706
"is_executable 1.0.1",
19871-
"rstest 0.22.0"
19707+
"rstest 0.19.0"
1987219708
]
1987319709
}

rust/Cargo.lock

Lines changed: 6 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)