Skip to content

Commit

Permalink
Update melnet2 to version 0.3.2 and nanorpc-http to 0.1.4, comment ou…
Browse files Browse the repository at this point in the history
…t git dependencies
  • Loading branch information
nullchinchilla committed Jul 5, 2024
1 parent 51c9fa6 commit e7b5541
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ arrayref = "0.3.6"
parking_lot = "0.12.1"
nanorpc = "0.1.12"
serde_json = "1.0.89"
smol_str = "0.1.23"
# melnet2 = "0.3"
melnet2 = { git = "https://github.com/mel-project/melnet2", branch = "socks5" }
nanorpc-http = { git = "https://github.com/antidmg/nanorpc-http", branch = "new-with-proxy" }
smol_str = "0.1.23"
melnet2 = "0.3.2"
# melnet2 = { git = "https://github.com/mel-project/melnet2", branch = "socks5" }
# nanorpc-http = { git = "https://github.com/antidmg/nanorpc-http", branch = "new-with-proxy" }

futures-util = "0.3.26"
melbootstrap = "0.8.3"
mini-moka = "0.10.0"
nanorpc-http = "0.1.4"
[dev-dependencies]
argh = "0.1.9"

0 comments on commit e7b5541

Please sign in to comment.