Skip to content

Commit 3461eb2

Browse files
chore(deps)(deps): bump ureq from 2.12.1 to 3.3.0 in /rgtv-cli (#82)
Bumps [ureq](https://github.com/algesten/ureq) from 2.12.1 to 3.3.0. - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@2.12.1...3.3.0) --- updated-dependencies: - dependency-name: ureq dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8cb1e4 commit 3461eb2

2 files changed

Lines changed: 172 additions & 15 deletions

File tree

rgtv-cli/Cargo.lock

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

rgtv-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "src/main.rs"
1414

1515
[dependencies]
1616
# Synchronous HTTP client — no async overhead needed for a CLI.
17-
ureq = { version = "2", features = ["json"] } # TODO: migrate to ureq 3.x API (AgentBuilder/Error/RequestBuilder all renamed)
17+
ureq = { version = "3", features = ["json"] } # TODO: migrate to ureq 3.x API (AgentBuilder/Error/RequestBuilder all renamed)
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"
2020
# Zeroize heap allocations holding raw credential values after use.

0 commit comments

Comments
 (0)