Skip to content

Commit

Permalink
chore: update rustls to 0.21.10
Browse files Browse the repository at this point in the history
* Rustls contains a bugfix about decrypt error that happens in production

Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
  • Loading branch information
FlorentinDUBOIS committed Dec 13, 2023
1 parent 4f4d69c commit 32d8e3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hyper = { version = "^0.14.27", features = ["client", "http1"] }
hyper-rustls = { version = "^0.24.1", default-features = false, features = ["webpki-tokio", "http1", "tls12", "logging"] }
libc = "^0.2.149"
mio = "^0.8.8"
rustls = { version = "^0.21.7", features = ["dangerous_configuration"] }
rustls = { version = "^0.21.10", features = ["dangerous_configuration"] }
time = "^0.3.29"
tokio = { version = "1.33.0", features = ["net", "rt-multi-thread"] }

Expand Down
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ nom = { version = "^7.1.3", default-features = true, features = ["std"] }
poule = "^0.3.2"
rand = "^0.8.5"
regex = "^1.10.0"
rustls = "^0.21.7"
rustls-pemfile = "^1.0.3"
rustls = "^0.21.10"
rustls-pemfile = "^1.0.4"
rusty_ulid = "^2.0.0"
sha2 = "^0.10.8"
slab = "^0.4.9"
Expand Down

0 comments on commit 32d8e3a

Please sign in to comment.