From 5aaf9d669c9ecdd667ee74abcad79c89cd34f7be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:03:54 +0000 Subject: [PATCH] Bump time from 0.3.36 to 0.3.37 Bumps [time](https://github.com/time-rs/time) from 0.3.36 to 0.3.37. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.3.36...v0.3.37) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- client/Cargo.toml | 2 +- migration/Cargo.toml | 2 +- test-support/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3cdf05b6..48ba5e48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5119,9 +5119,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", "itoa", @@ -5142,9 +5142,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" +checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" dependencies = [ "num-conv", "time-core", diff --git a/Cargo.toml b/Cargo.toml index 222581c0..b35cc0dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ serde_path_to_error = "0.1.16" sha2 = "0.10.8" subtle = "2.6.1" thiserror = "2.0.3" -time = { version = "0.3.36", features = ["serde", "serde-well-known"] } +time = { version = "0.3.37", features = ["serde", "serde-well-known"] } tokio = { version = "1.41.1", features = ["full"] } tracing = "0.1.41" trillium = "0.2.20" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 986d3c9b..053b1417 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -33,7 +33,7 @@ serde = "1.0.215" email_address = "0.2.9" humantime = "2.1.0" base64 = "0.22.1" -time = { version = "0.3.36", features = [ +time = { version = "0.3.37", features = [ "serde", "serde-well-known", "local-offset", diff --git a/client/Cargo.toml b/client/Cargo.toml index 541d012c..d0867cb8 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -23,7 +23,7 @@ trillium-client = { version = "0.6.2", features = ["json"] } trillium-http = "0.3.14" url = { version = "2.5.2", features = ["serde"] } uuid = { version = "1.11.0", features = ["v4", "fast-rng", "serde"] } -time = { version = "0.3.36", features = ["serde", "serde-well-known"] } +time = { version = "0.3.37", features = ["serde", "serde-well-known"] } log = "0.4.22" pad-adapter = "0.1.1" janus_messages = "0.7.43" diff --git a/migration/Cargo.toml b/migration/Cargo.toml index a3398d47..35f9a52e 100644 --- a/migration/Cargo.toml +++ b/migration/Cargo.toml @@ -15,7 +15,7 @@ clap = { version = "4.5.21", features = ["env", "derive"] } sea-orm = "1.0.1" serde_json = "1.0.133" thiserror = "2.0.3" -time = "0.3.36" +time = "0.3.37" tracing = "0.1.41" tracing-subscriber = "0.3.19" diff --git a/test-support/Cargo.toml b/test-support/Cargo.toml index ab2253c4..4b906957 100644 --- a/test-support/Cargo.toml +++ b/test-support/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] fastrand = "2.2.0" -time = "0.3.36" +time = "0.3.37" trillium = "0.2.20" trillium-macros = "0.0.6" trillium-testing = { version = "0.7.0", features = ["tokio"] }