Revert "codegen: Update ureq from 2 to 3"

This reverts commit bee06ee963.

See https://github.com/taiki-e/install-action/pull/831#issuecomment-2650284580.
This commit is contained in:
Taiki Endo
2025-02-11 18:45:46 +09:00
parent c92f25fe23
commit 804d0fbae7
3 changed files with 17 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ spdx = "0.10"
tar = "0.4"
toml_edit = { version = "0.22", default-features = false, features = ["parse", "serde"] }
# TODO: call curl command instead of using ureq?
ureq = { version = "3", features = ["json"] }
ureq = { version = "2", features = ["json"] }
[lints]
workspace = true