Skip to content

Commit

Permalink
chore:deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Jan 10, 2025
1 parent dbaa530 commit e8ceeb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions proxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ anyhow = "1.0.95"
mimalloc = { version = "*", default-features = false }
serde = { version = "1.0.217", default-features = false, features = ["derive"] }
derive_builder = "0.20.2"
tokio = { version = "1.42.0", default-features = false, features = [
tokio = { version = "1.43.0", default-features = false, features = [
"net",
"rt-multi-thread",
"time",
"sync",
"macros",
] }
async-trait = "0.1.84"
async-trait = "0.1.85"

# config
clap = { version = "4.5.23", features = ["std", "cargo", "wrap_help"] }
clap = { version = "4.5.26", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.8.19", default-features = false, features = ["parse"] }
hot_reload = "0.1.8"

Expand Down
6 changes: 3 additions & 3 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.42.0", features = [
tokio = { version = "1.43.0", features = [
"net",
"rt-multi-thread",
"time",
Expand All @@ -30,8 +30,8 @@ futures = { version = "0.3.31", default-features = false, features = [
] }
anyhow = "1.0.95"
tracing = "0.1.41"
thiserror = "2.0.9"
async-trait = "0.1.84"
thiserror = "2.0.10"
async-trait = "0.1.85"
serde = { version = "1.0.217", features = ["derive"] }
itertools = "0.14.0"
ahash = "0.8.11"
Expand Down

0 comments on commit e8ceeb2

Please sign in to comment.