diff --git a/Cargo.toml b/Cargo.toml index 4ae61e6..9a0b2c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqlite_client" -version = "0.0.1-alpha.14" +version = "0.0.1-alpha.15" authors = ["Markus Kolb"] description = "rqlite database client with optional extra convenience" documentation = "https://docs.rs/rqlite_client/" @@ -29,7 +29,7 @@ maintenance = { status = "actively-developed" } lazy_static = { version = "1.4.0" } log = { version = "0.4.20", optional = true } percent-encoding = { version = "2.3.1", default-features = false, optional = true } -ureq = { git = "https://github.com/kolbma/ureq.git", branch = "no_hootbin", features = [ +ureq = { git = "https://github.com/kolbma/ureq.git", branch = "no_hootbin", version = "2.9.5", features = [ "gzip", "json", ], optional = true } diff --git a/README.md b/README.md index 4c9157d..f7d6157 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Maintenance](https://img.shields.io/badge/maintenance-activly--developed-brightgreen.svg) [![Rust](https://github.com/kolbma/rs_rqlite_client/actions/workflows/rust.yml/badge.svg)](https://github.com/kolbma/rs_rqlite_client/actions/workflows/rust.yml) -# rqlite_client v0.0.1-alpha.14 +# rqlite_client v0.0.1-alpha.15 This is an __rqlite__ database client library with optional extra _convenience_. @@ -256,8 +256,8 @@ See [`Query`](https://docs.rs/rqlite_client/latest/rqlite_client/struct.Query.ht ## Current version -[Source https://github.com/kolbma/rs_rqlite_client/tree/v0.0.1-alpha.14](https://github.com/kolbma/rs_rqlite_client/tree/v0.0.1-alpha.14) -[Download https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.14](https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.14) +[Source https://github.com/kolbma/rs_rqlite_client/tree/v0.0.1-alpha.15](https://github.com/kolbma/rs_rqlite_client/tree/v0.0.1-alpha.15) +[Download https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.15](https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.15) ## License