Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Dec 18, 2023
1 parent 24b1dbf commit 51ad317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion proxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ anyhow = "1.0.75"
mimalloc = { version = "*", default-features = false }
serde = { version = "1.0.193", default-features = false, features = ["derive"] }
derive_builder = "0.12.0"
tokio = { version = "1.34.0", default-features = false, features = [
tokio = { version = "1.35.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 @@ -33,7 +33,7 @@ publish = false

[dependencies]
rand = "0.8.5"
tokio = { version = "1.34.0", features = [
tokio = { version = "1.35.0", features = [
"net",
"rt-multi-thread",
"time",
Expand All @@ -46,7 +46,7 @@ futures = { version = "0.3.29", default-features = false, features = [
] }
anyhow = "1.0.75"
tracing = "0.1.40"
thiserror = "1.0.50"
thiserror = "1.0.51"
async-trait = "0.1.74"
serde = { version = "1.0.193", features = ["derive"] }
itertools = "0.12.0"
Expand Down

0 comments on commit 51ad317

Please sign in to comment.