Skip to content

Commit 3c7383c

Browse files
Update diesel packages to v2
1 parent 4ec6b51 commit 3c7383c

File tree

4 files changed

+49
-21
lines changed

4 files changed

+49
-21
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111

1212
env:
13-
DIESEL_CLI_VERSION: 1.4.1
13+
DIESEL_CLI_VERSION: 2.0.1
1414
PNPM_VERSION: 7.9.0
1515
RUST_VERSION: 1.64.0
1616

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
CARGO_TARPAULIN_VERSION: 0.22.0
11-
DIESEL_CLI_VERSION: 1.4.1
11+
DIESEL_CLI_VERSION: 2.0.1
1212
RUST_VERSION: 1.64.0
1313

1414
jobs:

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ cookie = { version = "=0.16.1", features = ["secure"] }
4444
dashmap = { version = "=5.4.0", features = ["raw-api"] }
4545
derive_deref = "=1.1.1"
4646
dialoguer = "=0.10.2"
47-
diesel = { version = "=1.4.8", features = ["postgres", "serde_json", "chrono", "r2d2"] }
48-
diesel_full_text_search = "=1.0.1"
49-
diesel_migrations = { version = "=1.4.0", features = ["postgres"] }
47+
diesel = { version = "=2.0.1", features = ["postgres", "serde_json", "chrono", "r2d2"] }
48+
diesel_full_text_search = "=2.0.0"
49+
diesel_migrations = { version = "=2.0.0", features = ["postgres"] }
5050
dotenv = "=0.15.0"
5151
flate2 = "=1.0.24"
5252
futures-channel = { version = "=0.3.24", default-features = false }
@@ -96,6 +96,6 @@ tokio = "=1.21.2"
9696
tower-service = "=0.3.2"
9797

9898
[build-dependencies]
99-
diesel = { version = "=1.4.8", features = ["postgres"] }
100-
diesel_migrations = { version = "=1.4.0", features = ["postgres"] }
99+
diesel = { version = "=2.0.1", features = ["postgres"] }
100+
diesel_migrations = { version = "=2.0.0", features = ["postgres"] }
101101
dotenv = "=0.15.0"

0 commit comments

Comments
 (0)