codegen: Update ureq from 2 to 3

This commit is contained in:
Taiki Endo
2025-02-06 23:02:23 +09:00
parent daca891144
commit bee06ee963
2 changed files with 23 additions and 14 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 = "2", features = ["json"] }
ureq = { version = "3", features = ["json"] }
[lints]
workspace = true