diff --git a/Cargo.lock b/Cargo.lock index f709b8f88..7a9a2462d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1249,9 +1249,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.84" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6" +checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" dependencies = [ "unicode-ident", ] @@ -1486,9 +1486,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.8" +version = "0.23.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79adb16721f56eb2d843e67676896a61ce7a0fa622dc18d3e372477a029d2740" +checksum = "a218f0f6d05669de4eabfb24f31ce802035c952429d037507b4a4a39f0e60c5b" dependencies = [ "aws-lc-rs", "log 0.4.21", @@ -1701,7 +1701,7 @@ dependencies = [ [[package]] name = "sozu" -version = "1.0.1" +version = "1.0.2" dependencies = [ "clap", "jemallocator", @@ -1724,7 +1724,7 @@ dependencies = [ [[package]] name = "sozu-command-lib" -version = "1.0.1" +version = "1.0.2" dependencies = [ "hex", "libc", @@ -1768,7 +1768,7 @@ dependencies = [ [[package]] name = "sozu-lib" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "cookie-factory", @@ -1786,7 +1786,7 @@ dependencies = [ "quickcheck", "rand", "regex", - "rustls 0.23.8", + "rustls 0.23.9", "rustls-pemfile", "rusty_ulid", "serial_test", @@ -1965,9 +1965,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.37.0" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" +checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" dependencies = [ "backtrace", "libc", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 66489895b..e1fd2b3d3 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 = "1.0.1" +version = "1.0.2" license = "AGPL-3.0" authors = [ "Geoffroy Couprie ", @@ -34,8 +34,8 @@ tempfile = "^3.10.1" termion = "^4.0.0" thiserror = "^1.0.61" -sozu-command-lib = { path = "../command", version = "^1.0.1" } -sozu-lib = { path = "../lib", version = "^1.0.1" } +sozu-command-lib = { path = "../command", version = "^1.0.2" } +sozu-lib = { path = "../lib", version = "^1.0.2" } [target.'cfg(target_os="linux")'.dependencies] num_cpus = "^1.16.0" diff --git a/command/Cargo.toml b/command/Cargo.toml index 31e0345be..367dfb540 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 = "1.0.1" +version = "1.0.2" license = "LGPL-3.0" authors = [ "Geoffroy Couprie ", diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index 9fe7467f6..6b0c1fc9d 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -14,5 +14,5 @@ rustls = { version = "^0.21.10", features = ["dangerous_configuration"] } time = "^0.3.36" tokio = { version = "1.37.0", features = ["net", "rt-multi-thread"] } -sozu-command-lib = { path = "../command", version = "^1.0.1" } -sozu-lib = { path = "../lib", version = "^1.0.1" } +sozu-command-lib = { path = "../command", version = "^1.0.2" } +sozu-lib = { path = "../lib", version = "^1.0.2" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 4bc819243..de069a020 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 = "1.0.1" +version = "1.0.2" license = "AGPL-3.0" authors = [ "Clément Delafargue ", @@ -52,7 +52,7 @@ thiserror = "^1.0.61" time = "^0.3.36" once_cell = "1.19.0" -sozu-command-lib = { path = "../command", version = "^1.0.1" } +sozu-command-lib = { path = "../command", version = "^1.0.2" } [dev-dependencies] quickcheck = "^1.0.3" diff --git a/os-build/archlinux/PKGBUILD b/os-build/archlinux/PKGBUILD index 7ffdcaa8e..b52ae3be4 100644 --- a/os-build/archlinux/PKGBUILD +++ b/os-build/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jan-Erik Rediger pkgname=sozu-git -pkgver=1.0.1 +pkgver=1.0.2 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 c7a6e697f..ec338540f 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: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Epoch: 1 License: AGPL-3.0