Skip to content

Commit 677ccd9

Browse files
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](diesel-rs/diesel@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] <[email protected]>
1 parent e8047bc commit 677ccd9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

aptos-indexer-processors-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ clap = { version = "4.3.5", features = ["derive", "unstable-styles"] }
4141
# Do NOT enable the postgres feature here, it is conditionally enabled in a feature
4242
# block in the Cargo.toml file for the processor crate.
4343
# https://github.com/aptos-labs/aptos-indexer-processors/pull/325
44-
diesel = { version = "=2.2.0", features = [
44+
diesel = { version = "=2.2.3", features = [
4545
"chrono",
4646
"postgres_backend",
4747
"numeric",

examples/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ aptos-indexer-processor-sdk = { path = "../aptos-indexer-processors-sdk/sdk", fe
2121
anyhow = "1.0.86"
2222
async-trait = "0.1.80"
2323
clap = { version = "4.3.5", features = ["derive", "unstable-styles"] }
24-
diesel = { version = "=2.2.0", features = [
24+
diesel = { version = "=2.2.3", features = [
2525
"chrono",
2626
"postgres_backend",
2727
"numeric",

0 commit comments

Comments
 (0)