Skip to content

Commit

Permalink
use sozu-command-lib 1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksoj committed Mar 19, 2024
1 parent 481b0f5 commit 7b1a05a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ license-file = "LICENSE"
[dependencies]
async-trait = "^0.1.77"
bb8 = "^0.8.1"
config = "^0.13.4"
config = "^0.14.0"
mio = { version = "^0.8.10", default-features = false, features = ["os-poll", "os-ext", "net"] }
serde_json = "^1.0.111"
# TODO: replace this with the sozu version release that will have protobuf in channels
# sozu-command-lib = "^0.15.19"
sozu-command-lib = { git = "https://github.com/sozu-proxy/sozu", package = "sozu-command-lib" }
sozu-command-lib = "1.0.0-rc.1"

tempdir = "^0.3.7"
thiserror = "^1.0.56"
Expand Down

0 comments on commit 7b1a05a

Please sign in to comment.