diff --git a/shed/cached_config/Cargo.toml b/shed/cached_config/Cargo.toml index f524ccf51..680b0fe9c 100644 --- a/shed/cached_config/Cargo.toml +++ b/shed/cached_config/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0" [dependencies] anyhow = "1.0.102" bytes = { version = "1.11.1", features = ["serde"] } -chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false } +chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false } fbinit = { version = "0.2.0", path = "../fbinit" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } serde = { version = "1.0.219", features = ["derive", "rc"] } diff --git a/shed/fbthrift_ext/adapters/Cargo.toml b/shed/fbthrift_ext/adapters/Cargo.toml index b50a7eab5..036026a9c 100644 --- a/shed/fbthrift_ext/adapters/Cargo.toml +++ b/shed/fbthrift_ext/adapters/Cargo.toml @@ -16,7 +16,7 @@ path = "lib.rs" [dependencies] bstr = { version = "1.10.0", features = ["serde", "std", "unicode"] } camino = { version = "1.2.2", features = ["serde1"] } -chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false } +chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false } either = "1.5" fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } ordered-float = { version = "4.6.0", features = ["serde"] } diff --git a/shed/slog_glog_fmt/Cargo.toml b/shed/slog_glog_fmt/Cargo.toml index 4bbebd803..e296d4d49 100644 --- a/shed/slog_glog_fmt/Cargo.toml +++ b/shed/slog_glog_fmt/Cargo.toml @@ -16,7 +16,7 @@ path = "example/main.rs" [dependencies] anyhow = "1.0.102" -chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false } +chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false } failure_ext = { version = "0.1.0", path = "../failure_ext" } hostname = "0.4.2" itertools = "0.14.0" diff --git a/shed/sql/mysql_client_traits/Cargo.toml b/shed/sql/mysql_client_traits/Cargo.toml index 22ec5bbd3..702cb5159 100644 --- a/shed/sql/mysql_client_traits/Cargo.toml +++ b/shed/sql/mysql_client_traits/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0" path = "lib.rs" [dependencies] -chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false } +chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false } mysql_common = { version = "0.29.0", features = ["chrono", "default"] } seq-macro = "0.3.4" thiserror = "2.0.18" diff --git a/shed/sql/tests_lib/Cargo.toml b/shed/sql/tests_lib/Cargo.toml index 23f620c34..945250787 100644 --- a/shed/sql/tests_lib/Cargo.toml +++ b/shed/sql/tests_lib/Cargo.toml @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] anyhow = "1.0.102" -chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false } +chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false } fbinit = { version = "0.2.0", path = "../../fbinit" } rand = "0.10.1" sql = { version = "0.1.0", path = ".." }