diff --git a/Cargo.lock b/Cargo.lock index 8722dd52..3a809d5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3872,9 +3872,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.28" +version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48" +checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe" dependencies = [ "deranged", "itoa", @@ -3887,15 +3887,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" +checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572" +checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20" dependencies = [ "time-core", ] diff --git a/Cargo.toml b/Cargo.toml index 707a63cb..dcafa6f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ serde_path_to_error = "0.1.14" sha2 = "0.10.7" subtle = "2.5.0" thiserror = "1.0.48" -time = { version = "0.3.28", features = ["serde", "serde-well-known"] } +time = { version = "0.3.29", features = ["serde", "serde-well-known"] } tokio = { version = "1.32.0", features = ["full"] } tracing = "0.1.37" trillium = "0.2.9" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c53d6def..fe3ec780 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -26,7 +26,7 @@ serde = "1.0.188" email_address = "0.2.4" humantime = "2.1.0" base64 = "0.21.4" -time = { version = "0.3.28", features = [ +time = { version = "0.3.29", features = [ "serde", "serde-well-known", "local-offset", diff --git a/client/Cargo.toml b/client/Cargo.toml index faf1b1a8..cf0ead2b 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -21,7 +21,7 @@ trillium-client = { version = "0.4.5", features = ["json"] } trillium-http = "0.3.3" url = { version = "2.4.1", features = ["serde"] } uuid = { version = "1.4.1", features = ["v4", "fast-rng", "serde"] } -time = { version = "0.3.28", features = ["serde", "serde-well-known"] } +time = { version = "0.3.29", features = ["serde", "serde-well-known"] } log = "0.4.20" pad-adapter = "0.1.1" janus_messages = "0.5.20" diff --git a/migration/Cargo.toml b/migration/Cargo.toml index a048f5b8..88ab8dfc 100644 --- a/migration/Cargo.toml +++ b/migration/Cargo.toml @@ -15,7 +15,7 @@ clap = { version = "4.4.4", features = ["env", "derive"] } sea-orm = "0.12.2" serde_json = "1.0.107" thiserror = "1.0.48" -time = "0.3.28" +time = "0.3.29" tracing = "0.1.37" tracing-subscriber = "0.3.17" diff --git a/test-support/Cargo.toml b/test-support/Cargo.toml index 9676ecfe..7e85d29e 100644 --- a/test-support/Cargo.toml +++ b/test-support/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] fastrand = "2.0.0" -time = "0.3.28" +time = "0.3.29" trillium = "0.2.9" trillium-macros = "0.0.4" trillium-testing = { version = "0.5.0", features = ["tokio"] }