Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Jan 23, 2024
1 parent 4bdaf0d commit 35f002e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rpxy-lib = { path = "../rpxy-lib/", default-features = false, features = [
anyhow = "1.0.79"
rustc-hash = "1.1.0"
serde = { version = "1.0.195", default-features = false, features = ["derive"] }
derive_builder = "0.12.0"
derive_builder = "0.13.0"
tokio = { version = "1.35.1", default-features = false, features = [
"net",
"rt-multi-thread",
Expand Down
2 changes: 1 addition & 1 deletion rpxy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ webpki-roots = ["rustls-backend", "hyper-rustls/webpki-tokio"]
rand = "0.8.5"
rustc-hash = "1.1.0"
bytes = "1.5.0"
derive_builder = "0.12.0"
derive_builder = "0.13.0"
futures = { version = "0.3.30", features = ["alloc", "async-await"] }
tokio = { version = "1.35.1", default-features = false, features = [
"net",
Expand Down

0 comments on commit 35f002e

Please sign in to comment.