Skip to content

Commit 9464d8c

Browse files
Update Rust crate diesel to v2.1.3 (#7240)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0068027 commit 9464d8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ crossbeam-channel = "=0.5.8"
4848
dashmap = { version = "=5.5.3", features = ["raw-api"] }
4949
derive_deref = "=1.1.1"
5050
dialoguer = "=0.11.0"
51-
diesel = { version = "=2.1.2", features = ["postgres", "serde_json", "chrono", "r2d2", "numeric"] }
51+
diesel = { version = "=2.1.3", features = ["postgres", "serde_json", "chrono", "r2d2", "numeric"] }
5252
diesel_full_text_search = "=2.1.0"
5353
diesel_migrations = { version = "=2.1.0", features = ["postgres"] }
5454
dotenvy = "=0.15.7"
@@ -108,6 +108,6 @@ tokio = "=1.32.0"
108108
tower-service = "=0.3.2"
109109

110110
[build-dependencies]
111-
diesel = { version = "=2.1.2", features = ["postgres"] }
111+
diesel = { version = "=2.1.3", features = ["postgres"] }
112112
diesel_migrations = { version = "=2.1.0", features = ["postgres"] }
113113
dotenvy = "=0.15.7"

0 commit comments

Comments
 (0)