diff --git a/Cargo.lock b/Cargo.lock index ac9fea45..bdfd8b31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1525,9 +1525,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.22" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd" +checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446" dependencies = [ "itoa", "libc", @@ -1545,9 +1545,9 @@ checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" [[package]] name = "time-macros" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b" +checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4" dependencies = [ "time-core", ] diff --git a/Cargo.toml b/Cargo.toml index 4867d6f3..4e6b0133 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ tar = "0.4" tempfile = "3" termcolor = "1.1" thiserror = "~1.0" -time = { version = "0.3.21", default-features = false, features = ["local-offset", "formatting", "macros", "parsing"] } +time = { version = "0.3.23", default-features = false, features = ["local-offset", "formatting", "macros", "parsing"] } curl = { version = "0.4", optional = true }