diff options
author | Yuchen Wu <[email protected]> | 2024-10-31 15:40:22 -0700 |
---|---|---|
committer | Yuchen Wu <[email protected]> | 2024-10-31 15:40:22 -0700 |
commit | 1b93914ef4651c68767456afecda5c62cdac8136 (patch) | |
tree | ccd3c05f44c0d9801dd5277b15e68060b3f6e595 /pingora-rustls/Cargo.toml | |
parent | fb343ee6bf8e6aa8e84503a588da7d58c9de0cc8 (diff) | |
download | pingora-bleeper-yuchen-88def7550ec.tar.gz pingora-bleeper-yuchen-88def7550ec.zip |
Release 0.4.0bleeper-yuchen-88def7550ec
Diffstat (limited to 'pingora-rustls/Cargo.toml')
-rw-r--r-- | pingora-rustls/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pingora-rustls/Cargo.toml b/pingora-rustls/Cargo.toml index 7b8df33..83275b9 100644 --- a/pingora-rustls/Cargo.toml +++ b/pingora-rustls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pingora-rustls" -version = "0.3.0" +version = "0.4.0" license = "Apache-2.0" edition = "2021" repository = "https://github.com/cloudflare/pingora" @@ -16,7 +16,7 @@ path = "src/lib.rs" [dependencies] log = "0.4.21" -pingora-error = {version = "0.3.0", path = "../pingora-error"} +pingora-error = {version = "0.4.0", path = "../pingora-error"} ring = "0.17.8" rustls = "0.23.12" rustls-native-certs = "0.7.1" |