3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-01-03 02:18:47 +00:00

dep: Use smol-toml instead of toml (#164)

Fixed #162 #163

The former is listed on
https://github.com/toml-lang/toml/wiki#implementations and is toml 1.0
compliant.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-08-19 20:23:03 +10:00 committed by GitHub
parent 578b235f6e
commit ab6b2769d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1921 additions and 8154 deletions

View file

@ -28,7 +28,7 @@
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.3",
"toml": "^3.0.0"
"smol-toml": "^1.1.1"
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",