Skip to content

Commit 569ec9e

Browse files
Bump ureq from 3.1.2 to 3.1.4 (#676)
Bumps [ureq](https://github.com/algesten/ureq) from 3.1.2 to 3.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/algesten/ureq/blob/main/CHANGELOG.md">ureq's changelog</a>.</em></p> <blockquote> <h1>3.1.4</h1> <ul> <li>Set content-type with new Multipart form <a href="https://redirect.github.com/algesten/ureq/issues/1133">#1133</a></li> </ul> <h1>3.1.3</h1> <ul> <li>Fix short read with multi-byte charset <a href="https://redirect.github.com/algesten/ureq/issues/1131">#1131</a></li> <li>Replace rustls-pemfile usage with rustls-pki-types <a href="https://redirect.github.com/algesten/ureq/issues/1122">#1122</a></li> <li>Support for env NO_PROXY and proxy config <a href="https://redirect.github.com/algesten/ureq/issues/1118">#1118</a></li> <li>Experimental multi-part form support <a href="https://redirect.github.com/algesten/ureq/issues/1102">#1102</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/algesten/ureq/commit/428bba83ae6a48be65bdf133137af60a28fbc2e2"><code>428bba8</code></a> 3.1.4</li> <li><a href="https://github.com/algesten/ureq/commit/f38ebd5a3fb7b880313ced5db60a253545bc6a09"><code>f38ebd5</code></a> Multipart form set content-type</li> <li><a href="https://github.com/algesten/ureq/commit/69dfbc9f482b0e77e6081318ce6fe5e3593c24ea"><code>69dfbc9</code></a> 3.1.3</li> <li><a href="https://github.com/algesten/ureq/commit/99bceb89fb807cac1d0170d91e2c810cf3b74d5e"><code>99bceb8</code></a> Update changelog</li> <li><a href="https://github.com/algesten/ureq/commit/199a117cd9815a623c728184291970e50346189d"><code>199a117</code></a> Prove CharCodec dont end up on char boundary</li> <li><a href="https://github.com/algesten/ureq/commit/0a4b032146a828859409c77fb0c64a834f655f0a"><code>0a4b032</code></a> Fix CharCodec problem reading short</li> <li><a href="https://github.com/algesten/ureq/commit/561e8140ea38b202e678806f29553ba8227bb57c"><code>561e814</code></a> Fix links in lib.rs</li> <li><a href="https://github.com/algesten/ureq/commit/7e93254a6501d2e2f92c1f3ab51112d6b56a06ec"><code>7e93254</code></a> Update changelog</li> <li><a href="https://github.com/algesten/ureq/commit/6d3028fc3e11655de9e144ab6ec51989578bc127"><code>6d3028f</code></a> Move multipart to unversioned</li> <li><a href="https://github.com/algesten/ureq/commit/c4fd455b49e0133cff48f3ea72bab3bb9cd638dc"><code>c4fd455</code></a> Fix clippy</li> <li>Additional commits viewable in <a href="https://github.com/algesten/ureq/compare/3.1.2...3.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ureq&package-manager=cargo&previous-version=3.1.2&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51a9146 commit 569ec9e

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

Cargo.lock

Lines changed: 2 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ clap-cargo = { version = "0.18.3", default-features = false, features = [
7676
cargo-config2 = { version = "0.1", default-features = false }
7777

7878
# API interaction
79-
ureq = { version = "3.1.2", default-features = false, features = [
79+
ureq = { version = "3.1.4", default-features = false, features = [
8080
"rustls",
8181
"json",
8282
] }

0 commit comments

Comments
 (0)