Skip to content

Commit

Permalink
bump dependencies, notably sozu 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Bosquet committed Jul 18, 2024
1 parent 045ac89 commit 29ae41a
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 @@ -14,9 +14,9 @@ license-file = "LICENSE"
async-trait = "^0.1.77"
bb8 = "^0.8.1"
config = "^0.14.0"
mio = { version = "^0.8.10", default-features = false, features = ["os-poll", "os-ext", "net"] }
mio = { version = "^1.0.0", default-features = false, features = ["os-poll", "os-ext", "net"] }
serde_json = "^1.0.111"
sozu-command-lib = "1.0.0-rc.1"
sozu-command-lib = "^1.0.3"

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

0 comments on commit 29ae41a

Please sign in to comment.