Skip to content

Commit e73964f

Browse files
committed
Update deps
1 parent bafbdc0 commit e73964f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "doh-proxy"
3-
version = "0.9.10"
3+
version = "0.9.11"
44
authors = ["Frank Denis <github@pureftpd.org>"]
55
description = "A DNS-over-HTTPS (DoH) and ODoH (Oblivious DoH) proxy"
66
keywords = ["dns", "https", "doh", "odoh", "proxy"]
@@ -19,7 +19,7 @@ tls = ["libdoh/tls"]
1919
libdoh = { path = "src/libdoh", version = "0.9.9", default-features = false }
2020
clap = { version = "4", features = ["std", "cargo", "wrap_help", "string"] }
2121
dnsstamps = "0.1.9"
22-
mimalloc = { version = "0.1.41", default-features = false }
22+
mimalloc = { version = "0.1.43", default-features = false }
2323

2424
[package.metadata.generate-rpm]
2525
assets = [

src/libdoh/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libdoh"
3-
version = "0.9.10"
3+
version = "0.9.11"
44
authors = ["Frank Denis <github@pureftpd.org>"]
55
description = "DoH and Oblivious DoH library for the rust-doh app"
66
keywords = ["dns", "https", "doh", "odoh", "proxy"]
@@ -15,22 +15,22 @@ default = ["tls"]
1515
tls = ["tokio-rustls"]
1616

1717
[dependencies]
18-
anyhow = "1.0.80"
19-
arc-swap = "1.7.0"
20-
base64 = "0.22.0"
18+
anyhow = "1.0.86"
19+
arc-swap = "1.7.1"
20+
base64 = "0.22.1"
2121
byteorder = "1.5.0"
22-
bytes = "1.5.0"
22+
bytes = "1.6.0"
2323
futures = "0.3.30"
24-
hyper = { version = "^0.14.28", default-features = false, features = [
24+
hyper = { version = "^0.14.29", default-features = false, features = [
2525
"server",
2626
"http1",
2727
"http2",
2828
"stream",
2929
"runtime",
3030
] }
31-
odoh-rs = "1.0.2"
31+
odoh-rs = "1.0.3"
3232
rand = "0.8.5"
33-
tokio = { version = "1.36.0", features = [
33+
tokio = { version = "1.38.0", features = [
3434
"net",
3535
"rt-multi-thread",
3636
"time",

0 commit comments

Comments
 (0)