diff --git a/Cargo.toml b/Cargo.toml index a0c8cac..d37dc90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ async-trait = "0.1.77" lazy_static = "1.4.0" mockall = { version = "0.12.1", optional = true } serde_json = { version = "1.0.111", optional = true } -time = "0.3.31" +time = "0.3.33" tokio = { version = "1.35.1", features = [ "full" ] } typed-builder = "0.18.1"