From: Ian Jackson Date: Wed, 5 Feb 2025 22:04:22 +0000 (+0000) Subject: Release 1.2.1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=4568db90a0c466dbd7eb487d61426814198e767e;p=hippotat.git Release 1.2.1 Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index 6053441..09adadd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -588,7 +588,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hippotat" -version = "1.2.0" +version = "1.2.1" dependencies = [ "backtrace", "base64", @@ -634,7 +634,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.2.0" +version = "1.2.1" dependencies = [ "itertools", "proc-macro2", diff --git a/Cargo.lock.minimal b/Cargo.lock.minimal index 5e9cab9..50fabd3 100644 --- a/Cargo.lock.minimal +++ b/Cargo.lock.minimal @@ -623,7 +623,7 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hippotat" -version = "1.2.0" +version = "1.2.1" dependencies = [ "backtrace", "base64 0.21.0", @@ -669,7 +669,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.2.0" +version = "1.2.1" dependencies = [ "itertools", "proc-macro2", @@ -1103,9 +1103,9 @@ checksum = "756d49c8424483a3df3b5d735112b4da22109ced9a8294f1f5cdf80fb3810919" [[package]] name = "openssl-sys" -version = "0.9.104" +version = "0.9.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" +checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 8769369..5168959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat" -version = "1.2.0" +version = "1.2.1" edition = "2018" description="Asinine HTTP-over-IP" license="GPL-3.0-or-later" @@ -26,7 +26,7 @@ path="server/server.rs" [dependencies] -hippotat-macros = { version = "1.2.0", path = "macros" } +hippotat-macros = { version = "=1.2.1", path = "macros" } backtrace = "0.3.74" base64 = ">=0.21, <0.23" diff --git a/debian/changelog b/debian/changelog index d33b4ef..98ff3b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +hippotat (1.2.1) unstable; urgency=medium + + * autopkgtests: Many fixes/improvements; should now work in ci.debian.net. + * HACKING.md (internal docs): Minor improvement. + * Includes all desired changes from 1.2.0+exp1 to 1.2.0+exp16 inclusive. + * cargo update (upstream Cargo.lock), fixes RUSTSEC-2023-0067. + + -- Ian Jackson Wed, 05 Feb 2025 22:04:10 +0000 + hippotat (1.2.0) unstable; urgency=medium HTTP implementation changed: diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 10991f8..806df81 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat-macros" -version = "1.2.0" +version = "1.2.1" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later"