mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
codegen: Update toml_edit to 0.21
This commit is contained in:
@@ -13,7 +13,7 @@ serde_derive = "1"
|
||||
serde_json = "1"
|
||||
sha2 = "0.10"
|
||||
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"] }
|
||||
|
||||
[lints]
|
||||
|
||||
Reference in New Issue
Block a user