diff --git a/Cargo.lock b/Cargo.lock index a80646df8ca..2f7283503ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2016,9 +2016,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.43" +version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" +checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" dependencies = [ "iana-time-zone", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 65aad95bc71..e1b93a8176c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ async-graphql = { version = "7.2.1", features = ["chrono"] } async-graphql-axum = "7.2.1" async-trait = "0.1.74" axum = "0.8.8" -chrono = "0.4.43" +chrono = "0.4.44" bs58 = "0.5.1" clap = { version = "4.5.4", features = ["derive", "env", "wrap_help"] } clap_complete = "4" diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 73604b59ffd..2c2b180a08c 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -23,7 +23,7 @@ derive_more = { workspace = true, features = ["debug"] } graph_derive = { path = "./derive" } diesel = { workspace = true } diesel_derives = { workspace = true } -chrono = "0.4.43" +chrono = "0.4.44" envconfig = { workspace = true } Inflector = "0.11.3" reqwest = { version = "0.12.23", features = ["json", "stream", "multipart", "gzip", "brotli", "deflate"] }