Skip to content

Commit e65ff3d

Browse files
Bump ureq from 3.0.6 to 3.0.9 (#520)
Bumps [ureq](https://github.com/algesten/ureq) from 3.0.6 to 3.0.9. - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@3.0.6...3.0.9) --- updated-dependencies: - dependency-name: ureq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de1f8d5 commit e65ff3d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ reqwest = { version = "0.12", optional = true, default-features = false, feature
162162
"blocking",
163163
"rustls-tls",
164164
] }
165-
ureq = { version = "3.0.6", optional = true, default-features = false, features = ["gzip", "json", "socks-proxy", "rustls"]}
165+
ureq = { version = "3.0.9", optional = true, default-features = false, features = ["gzip", "json", "socks-proxy", "rustls"]}
166166

167167
# log
168168
tracing = "0.1"

0 commit comments

Comments
 (0)