From 6546051238f8f001b3b2b422fed8aae054254c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 00:25:27 +0000 Subject: [PATCH] Bump diesel from 2.2.0 to 2.2.3 in /examples Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.2.0 to 2.2.3. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/main/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aptos-indexer-processors-sdk/Cargo.toml | 2 +- examples/Cargo.lock | 4 ++-- examples/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aptos-indexer-processors-sdk/Cargo.toml b/aptos-indexer-processors-sdk/Cargo.toml index 1b4761b..bd3704a 100644 --- a/aptos-indexer-processors-sdk/Cargo.toml +++ b/aptos-indexer-processors-sdk/Cargo.toml @@ -41,7 +41,7 @@ clap = { version = "4.3.5", features = ["derive", "unstable-styles"] } # Do NOT enable the postgres feature here, it is conditionally enabled in a feature # block in the Cargo.toml file for the processor crate. # https://github.com/aptos-labs/aptos-indexer-processors/pull/325 -diesel = { version = "=2.2.0", features = [ +diesel = { version = "=2.2.3", features = [ "chrono", "postgres_backend", "numeric", diff --git a/examples/Cargo.lock b/examples/Cargo.lock index e38d904..c2c34f9 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -815,9 +815,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.2.0" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35b696af9ff4c0d2a507db2c5faafa8aa0205e297e5f11e203a24226d5355e7a" +checksum = "65e13bab2796f412722112327f3e575601a3e9cdcbe426f0d30dbf43f3f5dc71" dependencies = [ "bigdecimal", "bitflags 2.9.0", diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 4a8a6ff..6b4ffb6 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -21,7 +21,7 @@ aptos-indexer-processor-sdk = { path = "../aptos-indexer-processors-sdk/sdk", fe anyhow = "1.0.86" async-trait = "0.1.80" clap = { version = "4.3.5", features = ["derive", "unstable-styles"] } -diesel = { version = "=2.2.0", features = [ +diesel = { version = "=2.2.3", features = [ "chrono", "postgres_backend", "numeric",