Skip to content

Commit

Permalink
Merge pull request #8 from CleverCloud/bump-dependencies
Browse files Browse the repository at this point in the history
bump dependencies, notably sozu 1.0.3
  • Loading branch information
Keksoj authored Jul 18, 2024
2 parents 045ac89 + 70499b5 commit 76afea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Code owners of Sōzu client
* @FlorentinDUBOIS @Keksoj @Wonshtrum
* @FlorentinDUBOIS @Keksoj @Wonshtrum @llenotre
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 76afea8

Please sign in to comment.