File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ parking_lot = "^0.12"
1616serial_test_derive = { version = " ~3.1.1" , path = " ../serial_test_derive" }
1717fslock = { version = " 0.2" , optional = true }
1818document-features = { version = " 0.2" , optional = true }
19- log = { version = " 0 .4" , optional = true }
19+ log = { version = " >=0.4 .4" , optional = true }
2020futures = { version = " ^0.3" , default_features = false , features = [
2121 " executor" ,
2222], optional = true }
2323scc = { version = " 2" }
24- env_logger = {version =" 0.10 " , optional =true }
24+ env_logger = {version =" >=0.6.1 " , optional =true }
2525
2626[dev-dependencies ]
27- itertools = " 0.10"
27+ itertools = " >= 0.10"
2828
2929[features ]
3030default = [" logging" , " async" ]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ syn = { version="2", features=["full"] }
1818proc-macro2 = " 1.0.60" # Because of https://github.com/dtolnay/proc-macro2/issues/356
1919
2020[dev-dependencies ]
21- env_logger = " 0.10 "
21+ env_logger = " >=0.6.1 "
2222prettyplease = " 0.2"
2323
2424[features ]
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ rust-version = "1.68.2"
1010[dependencies ]
1111serial_test = { path =" ../serial_test" , default_features = false }
1212once_cell = " ^1.19"
13- env_logger = " ^0.10 "
13+ env_logger = " >=0.6.1 "
1414parking_lot = " ^0.12"
1515lock_api = " ^0.4.7"
1616wasm-bindgen-test = {version =" 0.3.20" , optional =true }
1717scoped-tls = {version =" 1" , optional =true }
18- log = { version = " 0 .4" }
18+ log = { version = " >=0.4 .4" }
1919
2020[dev-dependencies ]
2121tokio = { version = " ^1.27" , features = [" macros" , " rt" ] }
You can’t perform that action at this time.
0 commit comments