From 48d1ccc677139d2e751874a82bee2ff64ff5ceb7 Mon Sep 17 00:00:00 2001 From: Ben Beasley Date: Sat, 5 Apr 2025 08:19:50 -0400 Subject: [PATCH] Update cargo_toml from 0.21.0 to 0.22.1 (#1545) --- Cargo.lock | 4 ++-- manifest/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31609a50..2b51b66d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -331,9 +331,9 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cargo_toml" -version = "0.21.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472" +checksum = "02260d489095346e5cafd04dea8e8cb54d1d74fcd759022a9b72986ebe9a1257" dependencies = [ "serde", "toml 0.8.19", diff --git a/manifest/Cargo.toml b/manifest/Cargo.toml index 646f7809..b1edab27 100644 --- a/manifest/Cargo.toml +++ b/manifest/Cargo.toml @@ -9,6 +9,6 @@ description = "Detect and parse manifest files" [dependencies] anyhow.workspace = true -cargo_toml = "0.21.0" +cargo_toml = "0.22.1" npm-package-json = "0.1.3" strum.workspace = true