Bump dependencies

This commit is contained in:
mdecimus
2025-08-19 09:06:18 +01:00
parent cae49be574
commit 062863eb4c
30 changed files with 947 additions and 821 deletions

View File

@@ -30,7 +30,7 @@ rustls = { version = "0.23.5", default-features = false, features = ["std", "rin
rustls-pemfile = "2.0"
rustls-pki-types = { version = "1" }
ring = { version = "0.17" }
tokio = { version = "1.45", features = ["net", "macros"] }
tokio = { version = "1.47", features = ["net", "macros"] }
tokio-rustls = { version = "0.26", default-features = false, features = ["ring", "tls12"] }
futures = "0.3"
rcgen = "0.12"
@@ -50,7 +50,7 @@ prometheus = { version = "0.14", default-features = false }
imagesize = "0.14"
sha1 = "0.10"
sha2 = "0.10.6"
md5 = "0.7.0"
md5 = "0.8.0"
whatlang = "0.16"
idna = "1.0"
decancer = "3.0.1"
@@ -84,4 +84,4 @@ enterprise = []
foundation = []
[dev-dependencies]
tokio = { version = "1.45", features = ["full"] }
tokio = { version = "1.47", features = ["full"] }