Skip to content

Commit

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

anyhow = "1.0.86"
mimalloc = { version = "*", default-features = false }
serde = { version = "1.0.202", default-features = false, features = ["derive"] }
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
derive_builder = "0.20.0"
tokio = { version = "1.37.0", default-features = false, features = [
tokio = { version = "1.38.0", default-features = false, features = [
"net",
"rt-multi-thread",
"time",
Expand Down
4 changes: 2 additions & 2 deletions proxy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish.workspace = true

[dependencies]
rand = "0.8.5"
tokio = { version = "1.37.0", features = [
tokio = { version = "1.38.0", features = [
"net",
"rt-multi-thread",
"time",
Expand All @@ -32,7 +32,7 @@ anyhow = "1.0.86"
tracing = "0.1.40"
thiserror = "1.0.61"
async-trait = "0.1.80"
serde = { version = "1.0.202", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
itertools = "0.13.0"
rustc-hash = "1.1.0"
crossbeam-channel = "0.5.13"
Expand Down

0 comments on commit 22589d3

Please sign in to comment.