|
@@ -42,10 +42,10 @@ sqlx = { version = "0.7", features = [
|
|
"runtime-tokio",
|
|
"runtime-tokio",
|
|
"tls-native-tls"
|
|
"tls-native-tls"
|
|
], optional = true }
|
|
], optional = true }
|
|
-diesel = { version = "2.0", default-features = false, features = [
|
|
|
|
|
|
+diesel = { version = "2.2", default-features = false, features = [
|
|
"i-implement-a-third-party-backend-and-opt-into-breaking-changes",
|
|
"i-implement-a-third-party-backend-and-opt-into-breaking-changes",
|
|
], optional = true }
|
|
], optional = true }
|
|
-diesel-async = { version = "0.4", default-features = false, features = [
|
|
|
|
|
|
+diesel-async = { git = "https://github.com/weiznich/diesel_async.git", rev = "74867bd", version = "0.4", default-features = false, features = [
|
|
"postgres",
|
|
"postgres",
|
|
"bb8",
|
|
"bb8",
|
|
], optional = true }
|
|
], optional = true }
|