diff --git a/Cargo.lock b/Cargo.lock index dee04a947..ed36fe861 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1799,7 +1799,7 @@ dependencies = [ [[package]] name = "sozu" -version = "0.15.12" +version = "0.15.13" dependencies = [ "anyhow", "async-dup", @@ -1834,7 +1834,7 @@ dependencies = [ [[package]] name = "sozu-command-lib" -version = "0.15.12" +version = "0.15.13" dependencies = [ "hex", "libc", @@ -1860,7 +1860,7 @@ dependencies = [ [[package]] name = "sozu-e2e" -version = "0.15.12" +version = "0.15.13" dependencies = [ "futures", "hyper", @@ -1877,7 +1877,7 @@ dependencies = [ [[package]] name = "sozu-lib" -version = "0.15.12" +version = "0.15.13" dependencies = [ "anyhow", "cookie-factory", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index dc6ea1c45..9c95a70ab 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu" readme = "README.md" documentation = "https://docs.rs/sozu" homepage = "https://sozu.io" -version = "0.15.12" +version = "0.15.13" license = "AGPL-3.0" authors = [ "Geoffroy Couprie ", @@ -50,8 +50,8 @@ tempfile = "^3.8.0" termion = "^2.0.1" x509-parser = "^0.15.1" -sozu-command-lib = { path = "../command", version = "^0.15.12" } -sozu-lib = { path = "../lib", version = "^0.15.12" } +sozu-command-lib = { path = "../command", version = "^0.15.13" } +sozu-lib = { path = "../lib", version = "^0.15.13" } [target.'cfg(target_os="linux")'.dependencies] num_cpus = "^1.16.0" diff --git a/command/Cargo.toml b/command/Cargo.toml index 382dc965f..24f8c2cd2 100644 --- a/command/Cargo.toml +++ b/command/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu" readme = "README.md" documentation = "https://docs.rs/sozu-command-lib" homepage = "https://sozu.io" -version = "0.15.12" +version = "0.15.13" license = "LGPL-3.0" authors = [ "Geoffroy Couprie ", diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index 5fc1f683a..732ec2d7a 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sozu-e2e" -version = "0.15.12" +version = "0.15.13" rust-version = "1.70.0" edition = "2021" @@ -15,5 +15,5 @@ slab = "^0.4.9" time = "^0.3.29" tokio = { version = "1.33.0", features = ["net", "rt-multi-thread"] } -sozu-command-lib = { path = "../command", version = "^0.15.12" } -sozu-lib = { path = "../lib", version = "^0.15.12" } +sozu-command-lib = { path = "../command", version = "^0.15.13" } +sozu-lib = { path = "../lib", version = "^0.15.13" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 4db2e04be..4c067662b 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu" readme = "README.md" documentation = "https://docs.rs/sozu-lib" homepage = "https://sozu.io" -version = "0.15.12" +version = "0.15.13" license = "AGPL-3.0" authors = [ "Clément Delafargue ", @@ -54,7 +54,7 @@ time = "^0.3.29" x509-parser = "^0.15.1" once_cell = "1.18.0" -sozu-command-lib = { path = "../command", version = "^0.15.12" } +sozu-command-lib = { path = "../command", version = "^0.15.13" } [dev-dependencies] quickcheck = "^1.0.3" diff --git a/os-build/archlinux/PKGBUILD b/os-build/archlinux/PKGBUILD index 1c4a83a56..9d7be1e39 100644 --- a/os-build/archlinux/PKGBUILD +++ b/os-build/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jan-Erik Rediger pkgname=sozu-git -pkgver=0.15.12 +pkgver=0.15.13 pkgrel=1 pkgdesc="HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust" arch=('i686' 'x86_64') diff --git a/os-build/linux-rpm/sozu.spec b/os-build/linux-rpm/sozu.spec index b3e24f758..a3b32f5ed 100755 --- a/os-build/linux-rpm/sozu.spec +++ b/os-build/linux-rpm/sozu.spec @@ -6,7 +6,7 @@ Summary: A lightweight, fast, always-up reverse proxy server. Name: sozu -Version: 0.15.12 +Version: 0.15.13 Release: 1%{?dist} Epoch: 1 License: AGPL-3.0