rust/hg-cpython/Cargo.toml
changeset 45517 2a68a5ec8dd0
parent 44870 9f96beb9bafe
child 45609 e604a3c03ab9
--- a/rust/hg-cpython/Cargo.toml	Tue Sep 22 09:06:09 2020 -0400
+++ b/rust/hg-cpython/Cargo.toml	Sun Sep 06 10:33:12 2020 +0200
@@ -24,7 +24,7 @@
 hg-core = { path = "../hg-core"}
 libc = '*'
 log = "0.4.8"
-simple_logger = "1.6.0"
+env_logger = "0.7.1"
 
 [dependencies.cpython]
 version = "0.4.1"