Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Feb 3, 2025
1 parent 5ebee7f commit 314d2b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rpxy-acme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ url = { version = "2.5.4" }
ahash = "0.8.11"
thiserror = "2.0.11"
tracing = "0.1.41"
async-trait = "0.1.85"
async-trait = "0.1.86"
base64 = "0.22.1"
aws-lc-rs = { version = "1.12.2", default-features = false, features = [
"aws-lc-sys",
Expand Down
2 changes: 1 addition & 1 deletion rpxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tokio = { version = "1.43.0", default-features = false, features = [
"macros",
] }
tokio-util = { version = "0.7.13", default-features = false }
async-trait = "0.1.85"
async-trait = "0.1.86"
futures-util = { version = "0.3.31", default-features = false }

# config
Expand Down
2 changes: 1 addition & 1 deletion rpxy-certs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tracing = { version = "0.1.41" }
derive_builder = { version = "0.20.2" }
thiserror = { version = "2.0.11" }
hot_reload = { version = "0.1.8" }
async-trait = { version = "0.1.85" }
async-trait = { version = "0.1.86" }
rustls = { version = "0.23.22", default-features = false, features = [
"std",
"aws_lc_rs",
Expand Down
2 changes: 1 addition & 1 deletion rpxy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tokio = { version = "1.43.0", default-features = false, features = [
] }
tokio-util = { version = "0.7.13", default-features = false }
pin-project-lite = "0.2.16"
async-trait = "0.1.85"
async-trait = "0.1.86"

# Error handling
anyhow = "1.0.95"
Expand Down

0 comments on commit 314d2b8

Please sign in to comment.