diff --git a/Cargo.lock b/Cargo.lock index e50ed00..9777c53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2592,9 +2592,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.36" +version = "0.3.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" dependencies = [ "deranged", "num-conv", diff --git a/crates/utiles/Cargo.toml b/crates/utiles/Cargo.toml index 5adfa55..d1b6878 100644 --- a/crates/utiles/Cargo.toml +++ b/crates/utiles/Cargo.toml @@ -54,7 +54,7 @@ strum.workspace = true strum_macros.workspace = true thiserror.workspace = true tilejson.workspace = true -time = "0.3.36" +time = "0.3.37" tokio = { workspace = true, features = ["fs"] } tokio-stream.workspace = true tower = { version = "0.5.1", features = ["timeout"] }