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"
16
16
serial_test_derive = { version = " ~3.1.1" , path = " ../serial_test_derive" }
17
17
fslock = { version = " 0.2" , optional = true }
18
18
document-features = { version = " 0.2" , optional = true }
19
- log = { version = " 0 .4" , optional = true }
19
+ log = { version = " >=0.4 .4" , optional = true }
20
20
futures = { version = " ^0.3" , default_features = false , features = [
21
21
" executor" ,
22
22
], optional = true }
23
23
scc = { version = " 2" }
24
- env_logger = {version =" 0.10 " , optional =true }
24
+ env_logger = {version =" >=0.6.1 " , optional =true }
25
25
26
26
[dev-dependencies ]
27
- itertools = " 0.10"
27
+ itertools = " >= 0.10"
28
28
29
29
[features ]
30
30
default = [" logging" , " async" ]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ syn = { version="2", features=["full"] }
18
18
proc-macro2 = " 1.0.60" # Because of https://github.com/dtolnay/proc-macro2/issues/356
19
19
20
20
[dev-dependencies ]
21
- env_logger = " 0.10 "
21
+ env_logger = " >=0.6.1 "
22
22
prettyplease = " 0.2"
23
23
24
24
[features ]
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ rust-version = "1.68.2"
10
10
[dependencies ]
11
11
serial_test = { path =" ../serial_test" , default_features = false }
12
12
once_cell = " ^1.19"
13
- env_logger = " ^0.10 "
13
+ env_logger = " >=0.6.1 "
14
14
parking_lot = " ^0.12"
15
15
lock_api = " ^0.4.7"
16
16
wasm-bindgen-test = {version =" 0.3.20" , optional =true }
17
17
scoped-tls = {version =" 1" , optional =true }
18
- log = { version = " 0 .4" }
18
+ log = { version = " >=0.4 .4" }
19
19
20
20
[dev-dependencies ]
21
21
tokio = { version = " ^1.27" , features = [" macros" , " rt" ] }
You can’t perform that action at this time.
0 commit comments