|
@@ -29,9 +29,9 @@ name = "axum-pg"
|
|
|
path = "src/main_pg.rs"
|
|
|
|
|
|
[dependencies]
|
|
|
-axum = { version = "0.6.16", default-features = false, features = ["json", "query", "headers", "http1", "tokio"] }
|
|
|
-deadpool = { version = "0.9.5", features = ["rt_tokio_1", "serde", "async-trait", "managed" ] }
|
|
|
-deadpool-postgres = "0.10.3"
|
|
|
+axum = { version = "0.6.16", default-features = false, features = ["json", "query", "http1", "tokio"] }
|
|
|
+deadpool = { version = "0.10.0", features = ["rt_tokio_1", "serde", "async-trait", "managed" ] }
|
|
|
+deadpool-postgres = "0.12.1"
|
|
|
dotenv = "0.15.0"
|
|
|
futures = "0.3.25"
|
|
|
futures-util = "0.3.25"
|
|
@@ -41,7 +41,7 @@ num_cpus = "1.14.0"
|
|
|
rand = { version = "0.8.5", features = ["small_rng"] }
|
|
|
serde = { version = "1.0.149", features = ["derive"] }
|
|
|
serde_json = "1.0.89"
|
|
|
-sqlx = { version = "0.6.2", features = ["postgres", "macros", "runtime-tokio-native-tls"] }
|
|
|
+sqlx = { version = "0.7.3", features = ["postgres", "macros", "runtime-tokio-native-tls"] }
|
|
|
tokio = { version = "1.24.2", features = ["full"] }
|
|
|
tokio-pg-mapper = "0.2.0"
|
|
|
tokio-pg-mapper-derive = "0.2.0"
|