Skip to content

Commit

Permalink
Versions fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
wladwm committed May 4, 2021
1 parent cb7fbc6 commit 85e363f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
zettabgp = { path = "../zettabgp" }
zettabgp = { version = "0.1.1", features = ["serde"] }
tokio = { version = "1.5.0", features = ["full"] }
tokio-util = "0.6.6"
hyper = { version = "0.14.5", features = ["full"] }
Expand All @@ -30,6 +30,6 @@ regex = "1.4.6"
url = "2.2.1"
sled = "0.34.6"
dnssector = { version="0.2.4" }
whois-rust = { version="1.3.1", features=["tokio"] }
whois-rust = { version = "1.3.1", features= ["tokio"] }


0 comments on commit 85e363f

Please sign in to comment.