mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-09 06:10:28 +00:00
codegen: Update toml_edit to 0.21
This commit is contained in:
@@ -13,7 +13,7 @@ serde_derive = "1"
|
|||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
tar = "0.4"
|
tar = "0.4"
|
||||||
toml_edit = { version = "0.20", features = ["serde"] }
|
toml_edit = { version = "0.21", default-features = false, features = ["parse", "serde"] }
|
||||||
ureq = { version = "2", features = ["json"] }
|
ureq = { version = "2", features = ["json"] }
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
|
|||||||
Reference in New Issue
Block a user