From eac092fd1b2fac1deedff1a1462e8b7fc63d6b08 Mon Sep 17 00:00:00 2001 From: Cameron Bytheway Date: Wed, 5 Jul 2023 14:58:33 -0600 Subject: [PATCH] chore: release 1.24.0 --- quic/s2n-quic-core/Cargo.toml | 2 +- quic/s2n-quic-crypto/Cargo.toml | 4 ++-- quic/s2n-quic-platform/Cargo.toml | 6 +++--- quic/s2n-quic-rustls/Cargo.toml | 6 +++--- quic/s2n-quic-tls-default/Cargo.toml | 6 +++--- quic/s2n-quic-tls/Cargo.toml | 6 +++--- quic/s2n-quic-transport/Cargo.toml | 4 ++-- quic/s2n-quic/Cargo.toml | 16 ++++++++-------- tools/xdp/s2n-quic-xdp/Cargo.toml | 4 ++-- 9 files changed, 27 insertions(+), 27 deletions(-) diff --git a/quic/s2n-quic-core/Cargo.toml b/quic/s2n-quic-core/Cargo.toml index aebf5a43db..d5076019b0 100644 --- a/quic/s2n-quic-core/Cargo.toml +++ b/quic/s2n-quic-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2n-quic-core" -version = "0.23.0" +version = "0.24.0" description = "Internal crate used by s2n-quic" repository = "https://github.com/aws/s2n-quic" authors = ["AWS s2n"] diff --git a/quic/s2n-quic-crypto/Cargo.toml b/quic/s2n-quic-crypto/Cargo.toml index 3c69f7e7e6..999c3a5eaf 100644 --- a/quic/s2n-quic-crypto/Cargo.toml +++ b/quic/s2n-quic-crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2n-quic-crypto" -version = "0.23.0" +version = "0.24.0" description = "Internal crate used by s2n-quic" repository = "https://github.com/aws/s2n-quic" authors = ["AWS s2n"] @@ -18,7 +18,7 @@ testing = [] cfg-if = "1" lazy_static = "1" s2n-codec = { version = "=0.6.0", path = "../../common/s2n-codec", default-features = false } -s2n-quic-core = { version = "=0.23.0", path = "../s2n-quic-core", default-features = false } +s2n-quic-core = { version = "=0.24.0", path = "../s2n-quic-core", default-features = false } zeroize = { version = "1", default-features = false, features = ["derive"] } [target.'cfg(target_os = "linux")'.dependencies] diff --git a/quic/s2n-quic-platform/Cargo.toml b/quic/s2n-quic-platform/Cargo.toml index 51c94accee..062b8394a1 100644 --- a/quic/s2n-quic-platform/Cargo.toml +++ b/quic/s2n-quic-platform/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2n-quic-platform" -version = "0.24.0" +version = "0.25.0" description = "Internal crate used by s2n-quic" repository = "https://github.com/aws/s2n-quic" authors = ["AWS s2n"] @@ -25,8 +25,8 @@ bolero-generator = { version = "0.9", optional = true } cfg-if = "1" futures = { version = "0.3", default-features = false, features = ["async-await"], optional = true } lazy_static = { version = "1", optional = true } -s2n-quic-core = { version = "=0.23.0", path = "../s2n-quic-core", default-features = false } -s2n-quic-xdp = { version = "=0.3.0", path = "../../tools/xdp/s2n-quic-xdp", optional = true } +s2n-quic-core = { version = "=0.24.0", path = "../s2n-quic-core", default-features = false } +s2n-quic-xdp = { version = "=0.4.0", path = "../../tools/xdp/s2n-quic-xdp", optional = true } socket2 = { version = "0.5", features = ["all"], optional = true } tokio = { version = "1", default-features = false, features = ["macros", "net", "rt", "time"], optional = true } turmoil = { version = "0.5.2", optional = true } diff --git a/quic/s2n-quic-rustls/Cargo.toml b/quic/s2n-quic-rustls/Cargo.toml index edc25d49be..5686a67f1a 100644 --- a/quic/s2n-quic-rustls/Cargo.toml +++ b/quic/s2n-quic-rustls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2n-quic-rustls" -version = "0.23.0" +version = "0.24.0" description = "Internal crate used by s2n-quic" repository = "https://github.com/aws/s2n-quic" authors = ["AWS s2n"] @@ -15,8 +15,8 @@ bytes = { version = "1", default-features = false } rustls = { version = "0.20", features = ["quic"] } rustls-pemfile = "1" s2n-codec = { version = "=0.6.0", path = "../../common/s2n-codec", default-features = false } -s2n-quic-core = { version = "=0.23.0", path = "../s2n-quic-core", default-features = false, features = ["alloc"] } -s2n-quic-crypto = { version = "=0.23.0", path = "../s2n-quic-crypto", default-features = false } +s2n-quic-core = { version = "=0.24.0", path = "../s2n-quic-core", default-features = false, features = ["alloc"] } +s2n-quic-crypto = { version = "=0.24.0", path = "../s2n-quic-crypto", default-features = false } [dev-dependencies] insta = { version = "1", features = ["json"] } diff --git a/quic/s2n-quic-tls-default/Cargo.toml b/quic/s2n-quic-tls-default/Cargo.toml index 9d0437917d..189f6fe19c 100644 --- a/quic/s2n-quic-tls-default/Cargo.toml +++ b/quic/s2n-quic-tls-default/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2n-quic-tls-default" -version = "0.23.0" +version = "0.24.0" description = "Internal crate used by s2n-quic" repository = "https://github.com/aws/s2n-quic" authors = ["AWS s2n"] @@ -11,7 +11,7 @@ license = "Apache-2.0" exclude = ["corpus.tar.gz"] [target.'cfg(unix)'.dependencies] -s2n-quic-tls = { version = "=0.23.0", path = "../s2n-quic-tls" } +s2n-quic-tls = { version = "=0.24.0", path = "../s2n-quic-tls" } [target.'cfg(not(unix))'.dependencies] -s2n-quic-rustls = { version = "=0.23.0", path = "../s2n-quic-rustls" } +s2n-quic-rustls = { version = "=0.24.0", path = "../s2n-quic-rustls" } diff --git a/quic/s2n-quic-tls/Cargo.toml b/quic/s2n-quic-tls/Cargo.toml index 60cec269a0..c7f86cc8c9 100644 --- a/quic/s2n-quic-tls/Cargo.toml +++ b/quic/s2n-quic-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2n-quic-tls" -version = "0.23.0" +version = "0.24.0" description = "Internal crate used by s2n-quic" repository = "https://github.com/aws/s2n-quic" authors = ["AWS s2n"] @@ -19,8 +19,8 @@ bytes = { version = "1", default-features = false } errno = "0.3" libc = "0.2" s2n-codec = { version = "=0.6.0", path = "../../common/s2n-codec", default-features = false } -s2n-quic-core = { version = "=0.23.0", path = "../s2n-quic-core", default-features = false, features = ["alloc"] } -s2n-quic-crypto = { version = "=0.23.0", path = "../s2n-quic-crypto", default-features = false } +s2n-quic-core = { version = "=0.24.0", path = "../s2n-quic-core", default-features = false, features = ["alloc"] } +s2n-quic-crypto = { version = "=0.24.0", path = "../s2n-quic-crypto", default-features = false } s2n-tls = { version = "=0.0.29", features = ["quic"] } [target.'cfg(all(s2n_quic_unstable, s2n_quic_enable_pq_tls))'.dependencies] diff --git a/quic/s2n-quic-transport/Cargo.toml b/quic/s2n-quic-transport/Cargo.toml index 3efdfa7e11..42f7e7eeb9 100644 --- a/quic/s2n-quic-transport/Cargo.toml +++ b/quic/s2n-quic-transport/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2n-quic-transport" -version = "0.23.0" +version = "0.24.0" description = "Internal crate used by s2n-quic" repository = "https://github.com/aws/s2n-quic" authors = ["AWS s2n"] @@ -22,7 +22,7 @@ hashbrown = "0.13" intrusive-collections = "0.9" once_cell = "1" s2n-codec = { version = "=0.6.0", path = "../../common/s2n-codec", features = ["bytes"], default-features = false } -s2n-quic-core = { version = "=0.23.0", path = "../s2n-quic-core", features = ["alloc"], default-features = false } +s2n-quic-core = { version = "=0.24.0", path = "../s2n-quic-core", features = ["alloc"], default-features = false } siphasher = "0.3" smallvec = { version = "1", default-features = false } diff --git a/quic/s2n-quic/Cargo.toml b/quic/s2n-quic/Cargo.toml index 3adad5e5c2..faa47fd733 100644 --- a/quic/s2n-quic/Cargo.toml +++ b/quic/s2n-quic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2n-quic" -version = "1.23.0" +version = "1.24.0" description = "A Rust implementation of the IETF QUIC protocol" repository = "https://github.com/aws/s2n-quic" authors = ["AWS s2n"] @@ -58,13 +58,13 @@ hash_hasher = { version = "2", optional = true } rand = "0.8" rand_chacha = "0.3" s2n-codec = { version = "=0.6.0", path = "../../common/s2n-codec" } -s2n-quic-core = { version = "=0.23.0", path = "../s2n-quic-core" } -s2n-quic-crypto = { version = "=0.23.0", path = "../s2n-quic-crypto", optional = true } -s2n-quic-platform = { version = "=0.24.0", path = "../s2n-quic-platform", features = ["tokio-runtime"] } -s2n-quic-rustls = { version = "=0.23.0", path = "../s2n-quic-rustls", optional = true } -s2n-quic-tls = { version = "=0.23.0", path = "../s2n-quic-tls", optional = true } -s2n-quic-tls-default = { version = "=0.23.0", path = "../s2n-quic-tls-default", optional = true } -s2n-quic-transport = { version = "=0.23.0", path = "../s2n-quic-transport" } +s2n-quic-core = { version = "=0.24.0", path = "../s2n-quic-core" } +s2n-quic-crypto = { version = "=0.24.0", path = "../s2n-quic-crypto", optional = true } +s2n-quic-platform = { version = "=0.25.0", path = "../s2n-quic-platform", features = ["tokio-runtime"] } +s2n-quic-rustls = { version = "=0.24.0", path = "../s2n-quic-rustls", optional = true } +s2n-quic-tls = { version = "=0.24.0", path = "../s2n-quic-tls", optional = true } +s2n-quic-tls-default = { version = "=0.24.0", path = "../s2n-quic-tls-default", optional = true } +s2n-quic-transport = { version = "=0.24.0", path = "../s2n-quic-transport" } tokio = { version = "1", default-features = false } zerocopy = { version = "0.6", optional = true } zerocopy-derive = { version = "0.3", optional = true } diff --git a/tools/xdp/s2n-quic-xdp/Cargo.toml b/tools/xdp/s2n-quic-xdp/Cargo.toml index 8b1f70f3fb..462c56e94d 100644 --- a/tools/xdp/s2n-quic-xdp/Cargo.toml +++ b/tools/xdp/s2n-quic-xdp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2n-quic-xdp" -version = "0.3.0" +version = "0.4.0" description = "Internal crate used by s2n-quic" repository = "https://github.com/aws/s2n-quic" authors = ["AWS s2n"] @@ -19,7 +19,7 @@ bitflags = "2" errno = "0.3" libc = "0.2" s2n-codec = { version = "=0.6.0", path = "../../../common/s2n-codec" } -s2n-quic-core = { version = "=0.23.0", path = "../../../quic/s2n-quic-core" } +s2n-quic-core = { version = "=0.24.0", path = "../../../quic/s2n-quic-core" } tokio = { version = "1", features = ["net"], optional = true } [dev-dependencies]