From cf6a014c85945958427dd3a1d02919788e17f7a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 17:45:52 +0000 Subject: [PATCH] build(deps): bump chrono from 0.4.42 to 0.4.43 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.42 to 0.4.43. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.42...v0.4.43) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.43 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- graph/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"