diff --git a/Cargo.lock b/Cargo.lock index 4515f57f7b9..9bc8f88c28a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -679,9 +679,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" dependencies = [ "android-tzdata", "iana-time-zone", @@ -689,7 +689,7 @@ dependencies = [ "num-traits", "serde", "wasm-bindgen", - "windows-targets 0.52.6", + "windows-link", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 78694e06d1c..b9a941f08f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ anyhow = "1.0" async-graphql = { version = "7.0.15", features = ["chrono"] } async-graphql-axum = "7.0.15" axum = "0.8.3" -chrono = "0.4.38" +chrono = "0.4.41" bs58 = "0.5.1" clap = { version = "4.5.4", features = ["derive", "env", "wrap_help"] } derivative = "2.2.0" diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 631edb29b71..b3f9300be7b 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -22,7 +22,7 @@ derivative = { workspace = true } graph_derive = { path = "./derive" } diesel = { workspace = true } diesel_derives = { workspace = true } -chrono = "0.4.38" +chrono = "0.4.41" envconfig = "0.11.0" Inflector = "0.11.3" isatty = "0.1.9"