Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
* Bump libc to 0.2.146
* Bump mio to 0.8.8
* Bump rustls to 0.21.2
* Bump time to 0.3.22
* Bump tokio to 1.28.2

Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
  • Loading branch information
FlorentinDUBOIS committed Jun 22, 2023
1 parent cdc4e29 commit 3c56fbc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ futures = "^0.3.28"
futures-lite = "^1.13.0"
hyper = { version = "^0.14.26", features = ["client", "http1"] }
hyper-rustls = { version = "^0.24.0", default-features = false, features = ["webpki-tokio", "http1", "tls12", "logging"] }
libc = "^0.2.142"
mio = "^0.8.6"
rustls = { version = "^0.21.1", features = ["dangerous_configuration"] }
libc = "^0.2.146"
mio = "^0.8.8"
rustls = { version = "^0.21.2", features = ["dangerous_configuration"] }
serial_test = "^2.0.0"
slab = "^0.4.8"
time = "^0.3.20"
tokio = { version = "1.28.0", features = ["net", "rt", "rt-multi-thread"] }
time = "^0.3.22"
tokio = { version = "1.28.2", features = ["net", "rt", "rt-multi-thread"] }

sozu-command-lib = { path = "../command" }
sozu-lib = { path = "../lib" }

0 comments on commit 3c56fbc

Please sign in to comment.