diff options
| author | Luca Casonato <hello@lcas.dev> | 2024-01-24 21:30:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-24 20:30:08 +0000 |
| commit | 176118a0468c5b4f2117d18271d814000d4752b2 (patch) | |
| tree | 69c1327c8378b3738616af609a3b4a459e892d6f /Cargo.lock | |
| parent | fb24b004ba598cbc618e6a27b657fc38a5f84af2 (diff) | |
feat(publish): exclude and include (#22055)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index b062f4c2e..e11182fc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1172,9 +1172,9 @@ dependencies = [ [[package]] name = "deno_config" -version = "0.8.2" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb5634c4d8f29f62bc4516a3dc474c1a06a6ce1388a139df08cb2020244e7de7" +checksum = "aca0a5b9d2693efb14c8c80d66a052464f24cbf6b3473648037e282c0c616917" dependencies = [ "anyhow", "glob", |
