Skip to content

Commit 4168fee

Browse files
build(deps): bump diesel_derives from 2.2.3 to 2.2.5
Bumps [diesel_derives](https://github.com/diesel-rs/diesel) from 2.2.3 to 2.2.5. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.5/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.2.3...v2.2.5) --- updated-dependencies: - dependency-name: diesel_derives dependency-version: 2.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f5f778 commit 4168fee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ diesel = { version = "2.2.7", features = [
5757
] }
5858
diesel-derive-enum = { version = "2.1.0", features = ["postgres"] }
5959
diesel-dynamic-schema = { version = "0.2.3", features = ["postgres"] }
60-
diesel_derives = "2.2.3"
60+
diesel_derives = "2.2.5"
6161
diesel_migrations = "2.1.0"
6262
graph = { path = "./graph" }
6363
graph-core = { path = "./core" }

0 commit comments

Comments
 (0)