Skip to content

Commit 9365b5b

Browse files
authored
Merge pull request #776 from KodrAus/patch-1
Update log to use kv_unstable_std instead of std
2 parents 50ab906 + 93330b6 commit 9365b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ futures-util = "0.3.6"
4343
http-client = { version = "6.1.0", default-features = false }
4444
http-types = { version = "2.10.0", default-features = false, features = ["fs"] }
4545
kv-log-macro = "1.0.7"
46-
log = { version = "0.4.11", features = ["std"] }
46+
log = { version = "0.4.13", features = ["kv_unstable_std"] }
4747
pin-project-lite = "0.2.0"
4848
route-recognizer = "0.2.0"
4949
serde = "1.0.117"

0 commit comments

Comments
 (0)