|
@@ -1,8 +1,8 @@
|
|
|
[package]
|
|
|
name = "axum-techempower"
|
|
|
-version = "0.2.1"
|
|
|
+version = "0.3.0"
|
|
|
authors = ["Dragos Varovici <[email protected]>"]
|
|
|
-edition = "2021"
|
|
|
+edition = "2024"
|
|
|
|
|
|
[[bin]]
|
|
|
name = "axum"
|
|
@@ -39,49 +39,49 @@ simd-json = [
|
|
|
]
|
|
|
|
|
|
[dependencies]
|
|
|
-axum = { version = "0.7.9", default-features = false, features = [
|
|
|
+axum = { version = "0.8.3", default-features = false, features = [
|
|
|
"json",
|
|
|
"query",
|
|
|
"http1",
|
|
|
"tokio",
|
|
|
] }
|
|
|
-deadpool = { version = "0.12.1", features = ["rt_tokio_1", "serde", "managed"] }
|
|
|
+deadpool = { version = "0.12.2", features = ["rt_tokio_1", "serde", "managed"] }
|
|
|
deadpool-postgres = { version = "0.14.1", features = ["rt_tokio_1", "serde"] }
|
|
|
dotenv = "0.15.0"
|
|
|
futures = "0.3.31"
|
|
|
futures-util = "0.3.31"
|
|
|
-mongodb = { version = "3.1.1", features = [
|
|
|
+mongodb = { version = "3.2.3", features = [
|
|
|
"zstd-compression",
|
|
|
"snappy-compression",
|
|
|
"zlib-compression",
|
|
|
] }
|
|
|
num_cpus = "1.16.0"
|
|
|
-rand = { version = "0.8.5", features = ["small_rng"] }
|
|
|
-serde = { version = "1.0.216", features = ["derive"] }
|
|
|
-serde_json = "1.0.134"
|
|
|
-sqlx = { version = "0.8.2", features = [
|
|
|
+rand = { version = "0.9.0", features = ["small_rng"] }
|
|
|
+serde = { version = "1.0.219", features = ["derive"] }
|
|
|
+serde_json = "1.0.140"
|
|
|
+sqlx = { version = "0.8.3", features = [
|
|
|
"postgres",
|
|
|
"macros",
|
|
|
"runtime-tokio",
|
|
|
"tls-rustls",
|
|
|
] }
|
|
|
-tokio = { version = "1.42.0", features = ["full"] }
|
|
|
+tokio = { version = "1.44.2", features = ["full"] }
|
|
|
tokio-pg-mapper = { version = "0.2.0" }
|
|
|
tokio-pg-mapper-derive = { version = "0.2.0" }
|
|
|
-tokio-postgres = { version = "0.7.12" }
|
|
|
+tokio-postgres = { version = "0.7.13" }
|
|
|
tower = { version = "0.5.2", features = ["util"] }
|
|
|
tower-http = { version = "0.6.2", features = ["set-header"] }
|
|
|
yarte = "0.15.7"
|
|
|
-simd-json = { version = "0.14.3", optional = true }
|
|
|
-axum-core = { version = "0.4.5", optional = true }
|
|
|
+simd-json = { version = "0.15.0", optional = true }
|
|
|
+axum-core = { version = "0.5.2", optional = true }
|
|
|
mime = { version = "0.3.17", optional = true }
|
|
|
-bytes = { version = "1.9.0", optional = true }
|
|
|
-serde_path_to_error = { version = "0.1.16", optional = true }
|
|
|
-socket2 = "0.5.8"
|
|
|
-hyper = { version = "1.5", features = ["server", "http1"] }
|
|
|
+bytes = { version = "1.10.1", optional = true }
|
|
|
+serde_path_to_error = { version = "0.1.17", optional = true }
|
|
|
+socket2 = "0.5.9"
|
|
|
+hyper = { version = "1.6", features = ["server", "http1"] }
|
|
|
hyper-util = { version = "0.1", features = ["tokio", "server-auto", "http1"] }
|
|
|
-quick_cache = "0.6.9"
|
|
|
-mimalloc = "0.1.43"
|
|
|
+quick_cache = "0.6.12"
|
|
|
+mimalloc = "0.1.45"
|
|
|
|
|
|
|
|
|
[profile.release]
|