From 58b0de14e354ce55251f1c4b45fff020c7924529 Mon Sep 17 00:00:00 2001 From: Guillaume Quintard Date: Sat, 23 Sep 2023 11:37:22 -0700 Subject: [PATCH] release 0.0.10 for varnish 7.4 --- .github/workflows/tests.yaml | 2 +- Cargo.lock | 8 ++++---- Cargo.toml | 8 ++++---- README.md | 1 + 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e9e37df..0ae249c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -10,7 +10,7 @@ jobs: toolchain: stable - run: | sudo apt-get install -y curl - curl -s https://packagecloud.io/install/repositories/varnishcache/varnish73/script.deb.sh | sudo bash + curl -s https://packagecloud.io/install/repositories/varnishcache/varnish74/script.deb.sh | sudo bash sudo apt-get install varnish-dev - run: | cargo doc diff --git a/Cargo.lock b/Cargo.lock index eb52248..2e4b27f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1248,9 +1248,9 @@ dependencies = [ [[package]] name = "varnish" -version = "0.0.16" +version = "0.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "952e2fa0572fcf5902951116c6795940fd86d04dc2ef49a446a164100caabc2b" +checksum = "578e9107cc7ea647a4c1fc427e656b84f45556813ddc7f60275f816f3568ddaf" dependencies = [ "pkg-config", "serde", @@ -1259,9 +1259,9 @@ dependencies = [ [[package]] name = "varnish-sys" -version = "0.0.16" +version = "0.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19c59ac8da23b7f0a49290e14e3e975fcac3db450304dd3c7fe4c9d2fa61a419" +checksum = "fe1212594ae5d8e6a4351dc00e8e75b85d8fc97b8cd40652eeeda63a6294940b" dependencies = [ "bindgen", "pkg-config", diff --git a/Cargo.toml b/Cargo.toml index d7aa43c..ee7e34a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "vmod_reqwest" -version = "0.0.9" +version = "0.0.10" edition = "2021" license = "BSD-3-Clause" [build-dependencies] -varnish = "0.0.16" +varnish = "0.0.17" [dependencies] -varnish = "0.0.16" -varnish-sys = "0.0.16" +varnish = "0.0.17" +varnish-sys = "0.0.17" regex = "1.5" lru = "0.7.1" bytes = "1.1.0" diff --git a/README.md b/README.md index 947dffd..c5bff7a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Don't hesitate to open github issues if something is unclear or impractical. You | vmod-reqwest | varnish | | :----------- | :-----: | +| 0.0.10 | 7.4 | | 0.0.9 | 7.3 | | 0.0.8 | 7.3 | | 0.0.7 | 7.3 |