Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Sep 1, 2023
1 parent 78c4783 commit c92308c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tls = ["libdoh/tls"]
libdoh = { path = "src/libdoh", version = "0.9.9", default-features = false }
clap = { version = "4", features = ["std", "cargo", "wrap_help", "string"] }
dnsstamps = "0.1.9"
mimalloc = { version = "0.1.37", default-features = false }
mimalloc = { version = "0.1.38", default-features = false }

[package.metadata.deb]
extended-description = """\
Expand Down
6 changes: 3 additions & 3 deletions src/libdoh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ default = ["tls"]
tls = ["tokio-rustls"]

[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.75"
arc-swap = "1.6.0"
base64 = "0.21.2"
base64 = "0.21.3"
byteorder = "1.4.3"
bytes = "1.4.0"
futures = "0.3.28"
hyper = { version = "0.14.27", default-features = false, features = ["server", "http1", "http2", "stream"] }
odoh-rs = "1.0.2"
rand = "0.8.5"
tokio = { version = "1.29.1", features = ["net", "rt-multi-thread", "time", "sync"] }
tokio = { version = "1.32.0", features = ["net", "rt-multi-thread", "time", "sync"] }
tokio-rustls = { version = "0.24.1", features = ["early-data"], optional = true }
rustls-pemfile = "1.0.3"

Expand Down

0 comments on commit c92308c

Please sign in to comment.