diff --git a/Cargo.lock b/Cargo.lock index eeb0a72..57db837 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1311,7 +1311,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vmod_reqwest" -version = "0.0.11" +version = "0.0.12" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 26e9453..a86580d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vmod_reqwest" -version = "0.0.11" +version = "0.0.12" edition = "2021" license = "BSD-3-Clause" authors = [ "Guillaume Quintard guillaume.quintard@gmail.com" ] diff --git a/Dockerfile b/Dockerfile index fea35d3..da72e29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM rust:1.73-bookworm WORKDIR /vmod_reqwest -ARG VMOD_REQWEST_VERSION=0.0.11 +ARG VMOD_REQWEST_VERSION=0.0.12 ARG RELEASE_URL=https://github.com/gquintard/vmod_reqwest/archive/refs/tags/v${VMOD_REQWEST_VERSION}.tar.gz ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse diff --git a/README.md b/README.md index 0ce7791..98727f1 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.12 | 7.5 | | 0.0.11 | 7.5 | | 0.0.10 | 7.4 | | 0.0.9 | 7.3 |