fix(deps): update rust crate surf to 2.3.2 (#19)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [surf](https://github.com/http-rs/surf) | dependencies | minor | `2.2.0` -> `2.3.2` |

>  **Important**
>
> Release Notes retrieval for this PR were skipped because no github.com credentials were available.
> If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes).

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Renovate Bot <renovate@kemitix.net>
Reviewed-on: #19
Co-authored-by: renovate <renovate@noreply.kemitix.net>
Co-committed-by: renovate <renovate@noreply.kemitix.net>
This commit is contained in:
renovate 2024-03-10 12:22:41 +00:00 committed by Paul Campbell
parent fdf049c2af
commit 0160cf4991
2 changed files with 6 additions and 16 deletions

20
Cargo.lock generated
View file

@ -661,16 +661,6 @@ dependencies = [
"syn 1.0.71", "syn 1.0.71",
] ]
[[package]]
name = "dashmap"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
dependencies = [
"cfg-if",
"num_cpus",
]
[[package]] [[package]]
name = "data-encoding" name = "data-encoding"
version = "2.3.2" version = "2.3.2"
@ -1158,14 +1148,13 @@ dependencies = [
[[package]] [[package]]
name = "http-client" name = "http-client"
version = "6.3.5" version = "6.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5566ecc26bc6b04e773e680d66141fced78e091ad818e420d726c152b05a64ff" checksum = "1947510dc91e2bf586ea5ffb412caad7673264e14bb39fb9078da114a94ce1a5"
dependencies = [ dependencies = [
"async-std", "async-std",
"async-trait", "async-trait",
"cfg-if", "cfg-if",
"dashmap",
"http-types", "http-types",
"isahc", "isahc",
"log 0.4.21", "log 0.4.21",
@ -2319,15 +2308,16 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
[[package]] [[package]]
name = "surf" name = "surf"
version = "2.2.0" version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a154d33ca6b5e1fe6fd1c760e5a5cc1202425f6cca2e13229f16a69009f6328" checksum = "718b1ae6b50351982dedff021db0def601677f2120938b070eadb10ba4038dd7"
dependencies = [ dependencies = [
"async-std", "async-std",
"async-trait", "async-trait",
"cfg-if", "cfg-if",
"encoding_rs", "encoding_rs",
"futures-util", "futures-util",
"getrandom 0.2.2",
"http-client", "http-client",
"http-types", "http-types",
"log 0.4.21", "log 0.4.21",

View file

@ -33,6 +33,6 @@ log = "0.4.21"
md5 = "0.7.0" md5 = "0.7.0"
openssl-sys = "0.9.101" openssl-sys = "0.9.101"
regex = "1.5.4" regex = "1.5.4"
surf = "2.2.0" surf = "2.3.2"
thiserror = "1.0.57" thiserror = "1.0.57"
url = "2.2.2" url = "2.2.2"