Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Sep 20, 2024
1 parent d26e0f4 commit da6ddd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.9.1"
version = "0.9.2"
authors = ["Jun Kurihara"]
homepage = "https://github.com/junkurihara/rust-rpxy"
repository = "https://github.com/junkurihara/rust-rpxy"
Expand Down
2 changes: 1 addition & 1 deletion rpxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rpxy-lib = { path = "../rpxy-lib/", default-features = false, features = [
] }

mimalloc = { version = "*", default-features = false }
anyhow = "1.0.88"
anyhow = "1.0.89"
rustc-hash = "2.0.0"
serde = { version = "1.0.210", default-features = false, features = ["derive"] }
tokio = { version = "1.40.0", default-features = false, features = [
Expand Down
4 changes: 2 additions & 2 deletions rpxy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ acme = ["dep:rpxy-acme"]
[dependencies]
rand = "0.8.5"
rustc-hash = "2.0.0"
bytes = "1.7.1"
bytes = "1.7.2"
derive_builder = "0.20.1"
futures = { version = "0.3.30", features = ["alloc", "async-await"] }
tokio = { version = "1.40.0", default-features = false, features = [
Expand All @@ -48,7 +48,7 @@ pin-project-lite = "0.2.14"
async-trait = "0.1.82"

# Error handling
anyhow = "1.0.88"
anyhow = "1.0.89"
thiserror = "1.0.63"

# http for both server and client
Expand Down

0 comments on commit da6ddd5

Please sign in to comment.