chore(deps): bump ureq from 2.12.1 to 3.3.0 in /ecc2

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](https://github.com/algesten/ureq/compare/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>
This commit is contained in:
dependabot[bot]
2026-06-10 00:50:13 +00:00
committed by GitHub
parent 4f69955f88
commit 4529c27df2
2 changed files with 83 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ serde_json = "1"
toml = "0.8"
regex = "1"
sha2 = "0.10"
ureq = { version = "2", features = ["json"] }
ureq = { version = "3", features = ["json"] }
# CLI
clap = { version = "4", features = ["derive"] }