diff --git a/Cargo.toml b/Cargo.toml index c739db8..92c7b6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ serde = {version = "1.0.150", features = ["derive", "rc"] } serde_json = {version = "1.0.89", features = ["arbitrary_precision"] } serde_yaml = {version = "0.9.16", optional = true } log = "0.4.17" -env_logger="0.10.0" +env_logger="0.11.1" lazy_static = "1.4.0" rand = "0.8.5" num = "0.4.1"