Skip to content

Commit b3da04e

Browse files
chore(deps): bump diesel from 1.4.8 to 2.2.1
Bumps [diesel](https://github.com/diesel-rs/diesel) from 1.4.8 to 2.2.1. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.1/CHANGELOG.md) - [Commits](diesel-rs/diesel@v1.4.8...v2.2.1) --- updated-dependencies: - dependency-name: diesel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f17d38 commit b3da04e

File tree

2 files changed

+95
-5
lines changed

2 files changed

+95
-5
lines changed

Cargo.lock

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

server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Lane Sawyer <github@lanesaywer.dev>"]
55
edition = "2021"
66

77
[dependencies]
8-
diesel = { version = "1.4.8", features = ["postgres", "64-column-tables"] }
8+
diesel = { version = "2.2.1", features = ["postgres", "64-column-tables"] }
99
diesel_migrations = "1.4.0"
1010
dotenv = "0.15.0"
1111
juniper = "0.15.9"

0 commit comments

Comments
 (0)