diff --git a/Cargo.lock b/Cargo.lock index 5897bfd4a02..5af5cff6f1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2021,9 +2021,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" dependencies = [ "iana-time-zone", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 8b35ed10b8f..ddeaedb6732 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ async-graphql = { version = "7.2.1", features = ["chrono"] } async-graphql-axum = "7.0.17" async-trait = "0.1.74" axum = "0.8.8" -chrono = "0.4.42" +chrono = "0.4.43" 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 8e1703cb65b..648fa8efcb8 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -23,7 +23,7 @@ derivative = { workspace = true } graph_derive = { path = "./derive" } diesel = { workspace = true } diesel_derives = { workspace = true } -chrono = "0.4.42" +chrono = "0.4.43" envconfig = { workspace = true } Inflector = "0.11.3" atty = "0.2"