Skip to content

Commit

Permalink
chore:deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed May 17, 2024
1 parent 305ab44 commit 3bf5be6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions proxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ doh-auth-proxy-lib = { path = "../proxy-lib/" }

anyhow = "1.0.83"
mimalloc = { version = "*", default-features = false }
serde = { version = "1.0.201", default-features = false, features = ["derive"] }
serde = { version = "1.0.202", default-features = false, features = ["derive"] }
derive_builder = "0.20.0"
tokio = { version = "1.37.0", default-features = false, features = [
"net",
Expand All @@ -32,7 +32,7 @@ async-trait = "0.1.80"

# config
clap = { version = "4.5.4", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.8.12", default-features = false, features = ["parse"] }
toml = { version = "0.8.13", default-features = false, features = ["parse"] }
hot_reload = "0.1.5"

# logging
Expand Down
6 changes: 3 additions & 3 deletions proxy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ anyhow = "1.0.83"
tracing = "0.1.40"
thiserror = "1.0.60"
async-trait = "0.1.80"
serde = { version = "1.0.201", features = ["derive"] }
itertools = "0.12.1"
serde = { version = "1.0.202", features = ["derive"] }
itertools = "0.13.0"
rustc-hash = "1.1.0"

# doh and odoh client with cache and query manipulation plugins
odoh-rs = { git = "https://github.com/junkurihara/odoh-rs.git" }
bytes = "1.6.0"
hickory-proto = { version = "0.24.1", default-features = false }
data-encoding = "2.6.0"
hashlink = "0.9.0"
hashlink = "0.9.1"
cedarwood = "0.4.6"
regex = "1.10.4"

Expand Down

0 comments on commit 3bf5be6

Please sign in to comment.