diff --git a/Cargo.lock b/Cargo.lock index ee342d1..9fd8efe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1228,7 +1228,7 @@ dependencies = [ "serde_json", "tempfile", "thiserror 1.0.69", - "time 0.1.45", + "time 0.3.41", "tokio 1.46.1", "tokio-compat", "tokio-process", diff --git a/Cargo.toml b/Cargo.toml index 545831c..0e42892 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ serde_derive = "1.0" serde_json = "1.0" tempfile = "3.0" thiserror = "1.0.43" -time = "0.1" +time = "0.3" tokio = { version = "1.18", features = ["time", "macros", "rt", "rt-multi-thread"] } tokio-compat = { version = "0.1", features = ["rt-full"] } tokio-process = "0.2"