Skip to content

Commit 12a49a4

Browse files
Bump diesel from 2.1.0 to 2.2.3 in /tests_with_diesel_cli
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.1.0 to 2.2.3. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.3/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.1.0...v2.2.3) --- updated-dependencies: - dependency-name: diesel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36c44a2 commit 12a49a4

File tree

2 files changed

+88
-8
lines changed

2 files changed

+88
-8
lines changed

tests_with_diesel_cli/Cargo.lock

+87-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests_with_diesel_cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Alex Whitney <adwhit@fastmail.com>"]
55
edition = "2021"
66

77
[dependencies]
8-
diesel = { version = "2.1.0", features = ["postgres"] }
8+
diesel = { version = "2.2.3", features = ["postgres"] }
99
diesel-derive-enum = { path = "./..", features = ["postgres"]}
1010

1111
[features]

0 commit comments

Comments
 (0)