|
@@ -35,14 +35,14 @@ mime = "0.3"
|
|
rand = { version = "0.9", features = ["small_rng"] }
|
|
rand = { version = "0.9", features = ["small_rng"] }
|
|
thiserror = "2.0"
|
|
thiserror = "2.0"
|
|
futures-util = "0.3"
|
|
futures-util = "0.3"
|
|
-socket2 = "0.5.8"
|
|
|
|
|
|
+socket2 = { version = "0.6.0", features = ["all"] }
|
|
num_cpus = "1.16.0"
|
|
num_cpus = "1.16.0"
|
|
|
|
|
|
[target.'cfg(not(unix))'.dependencies]
|
|
[target.'cfg(not(unix))'.dependencies]
|
|
-nanorand = { version = "0.7" }
|
|
|
|
|
|
+nanorand = { version = "0.8" }
|
|
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
[target.'cfg(unix)'.dependencies]
|
|
-nanorand = { version = "0.7", features = ["getrandom"] }
|
|
|
|
|
|
+nanorand = { version = "0.8", features = ["getrandom"] }
|
|
|
|
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-postgres = { version = "0.7", optional = true }
|
|
tokio-postgres = { version = "0.7", optional = true }
|
|
@@ -55,7 +55,7 @@ sqlx = { version = "0.8", features = [
|
|
diesel = { version = "2.2", 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.5", default-features = false, features = [
|
|
|
|
|
|
+diesel-async = { version = "0.6", default-features = false, features = [
|
|
"postgres",
|
|
"postgres",
|
|
"bb8",
|
|
"bb8",
|
|
], optional = true }
|
|
], optional = true }
|
|
@@ -63,7 +63,7 @@ diesel-async = { version = "0.5", default-features = false, features = [
|
|
yarte = { version = "0.15", features = ["bytes-buf", "json"], optional = true }
|
|
yarte = { version = "0.15", features = ["bytes-buf", "json"], optional = true }
|
|
markup = { version = "0.15", optional = true }
|
|
markup = { version = "0.15", optional = true }
|
|
v_htmlescape = { version = "0.15", optional = true }
|
|
v_htmlescape = { version = "0.15", optional = true }
|
|
-sailfish = { version = "0.9", optional = true }
|
|
|
|
|
|
+sailfish = { version = "0.10", optional = true }
|
|
|
|
|
|
[profile.release]
|
|
[profile.release]
|
|
lto = true
|
|
lto = true
|