mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
Updates the requirements on [toml_edit](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/v0.21.0...v0.22.4) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
432 B
TOML
21 lines
432 B
TOML
[package]
|
|
name = "install-action-internal-codegen"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
flate2 = "1"
|
|
fs-err = "2"
|
|
minisign-verify = "0.2"
|
|
semver = { version = "1", features = ["serde"] }
|
|
serde = "1"
|
|
serde_derive = "1"
|
|
serde_json = "1"
|
|
sha2 = "0.10"
|
|
tar = "0.4"
|
|
toml_edit = { version = "0.22", default-features = false, features = ["parse", "serde"] }
|
|
ureq = { version = "2", features = ["json"] }
|
|
|
|
[lints]
|
|
workspace = true
|