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

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-11 01:25:44 -04:00
committed by GitHub
parent 75b5d64fc3
commit 77195eb7d8
2 changed files with 83 additions and 15 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ serde_json = "1"
toml = "0.8"
regex = "1"
sha2 = "0.11"
ureq = { version = "2", features = ["json"] }
ureq = { version = "3", features = ["json"] }
# CLI
clap = { version = "4", features = ["derive"] }