Skip to content

Commit faccc38

Browse files
committed
Update Rust crate diesel to 1.4.8
1 parent 6c1c138 commit faccc38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cookie = { version = "0.15", features = ["secure"] }
5050
dashmap = { version = "4.0.2", features = ["raw-api"] }
5151
derive_deref = "1.1.1"
5252
dialoguer = "0.9"
53-
diesel = { version = "1.4.0", features = ["postgres", "serde_json", "chrono", "r2d2"] }
53+
diesel = { version = "1.4.8", features = ["postgres", "serde_json", "chrono", "r2d2"] }
5454
diesel_full_text_search = "1.0.0"
5555
diesel_migrations = { version = "1.3.0", features = ["postgres"] }
5656
dotenv = "0.15"
@@ -97,6 +97,6 @@ tokio = "1.5.0"
9797
tower-service = "0.3.0"
9898

9999
[build-dependencies]
100-
diesel = { version = "1.3.0", features = ["postgres"] }
100+
diesel = { version = "1.4.8", features = ["postgres"] }
101101
diesel_migrations = { version = "1.3.0", features = ["postgres"] }
102102
dotenv = "0.15"

0 commit comments

Comments
 (0)