fix branch

This commit is contained in:
jb-alvarado 2023-02-28 07:48:15 +01:00
parent 6c5264ea5f
commit 0822a620f5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2581,7 +2581,7 @@ dependencies = [
[[package]]
name = "serial_test"
version = "1.0.0"
source = "git+https://github.com/palfrey/serial_test.git?branch=remove-ignore-ignore#fc0497c8e8f08c2fc5c50ffab40a8f51d7c1effe"
source = "git+https://github.com/palfrey/serial_test.git?branch=main#21b7a7fa6f94d8f132a9344c5e530a60c8aead41"
dependencies = [
"dashmap",
"futures",
@ -2594,7 +2594,7 @@ dependencies = [
[[package]]
name = "serial_test_derive"
version = "1.0.0"
source = "git+https://github.com/palfrey/serial_test.git?branch=remove-ignore-ignore#fc0497c8e8f08c2fc5c50ffab40a8f51d7c1effe"
source = "git+https://github.com/palfrey/serial_test.git?branch=main#21b7a7fa6f94d8f132a9344c5e530a60c8aead41"
dependencies = [
"proc-macro2",
"quote",

View File

@ -26,7 +26,7 @@ reqwest = { version = "0.11", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
serial_test = { git = "https://github.com/palfrey/serial_test.git", branch = "remove-ignore-ignore" }
serial_test = { git = "https://github.com/palfrey/serial_test.git", branch = "main" }
shlex = "1.1"
simplelog = { version = "^0.12", features = ["paris"] }
time = { version = "0.3", features = ["formatting", "macros"] }