From e56f3d5ce7730a9aaa655ec63451e246dfee36b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 06:31:12 +0000 Subject: [PATCH] chore(deps): Bump toml from 0.8.19 to 0.8.20 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.19 to 0.8.20. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.19...toml-v0.8.20) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 25 +++++++++++++++++-------- hipcheck/Cargo.toml | 2 +- plugins/binary/Cargo.toml | 2 +- plugins/identity/Cargo.toml | 2 +- plugins/linguist/Cargo.toml | 2 +- plugins/typo/Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 7 files changed, 23 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3de97423..3536c278 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4045,9 +4045,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" +checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" dependencies = [ "serde", ] @@ -4641,14 +4641,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" +checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.20", + "toml_edit 0.22.24", ] [[package]] @@ -4673,15 +4673,15 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.20" +version = "0.22.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" +checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" dependencies = [ "indexmap 2.7.0", "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.22", + "winnow 0.7.2", ] [[package]] @@ -5296,6 +5296,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "winnow" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59690dea168f2198d1a3b0cac23b8063efcd11012f10ae4698f284808c8ef603" +dependencies = [ + "memchr", +] + [[package]] name = "winsafe" version = "0.0.19" diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index db789e3e..74941fe2 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -126,7 +126,7 @@ tokio = { version = "1.43.0", features = [ "time", ] } tokio-stream = "0.1.17" -toml = "0.8.19" +toml = "0.8.20" tonic = "0.12.3" thiserror = "2.0.11" unicode-normalization = "0.1.24" diff --git a/plugins/binary/Cargo.toml b/plugins/binary/Cargo.toml index 27dfea23..b684f9a0 100644 --- a/plugins/binary/Cargo.toml +++ b/plugins/binary/Cargo.toml @@ -20,7 +20,7 @@ schemars = "0.8.21" serde = "1.0.217" serde_json = "1.0.134" tokio = { version = "1.43.0", features = ["rt"] } -toml = "0.8.19" +toml = "0.8.20" walkdir = "2.5.0" [dev-dependencies] diff --git a/plugins/identity/Cargo.toml b/plugins/identity/Cargo.toml index abbba787..dc68033c 100644 --- a/plugins/identity/Cargo.toml +++ b/plugins/identity/Cargo.toml @@ -16,7 +16,7 @@ schemars = "0.8.21" serde = "1.0.217" serde_json = "1.0.134" tokio = { version = "1.43.0", features = ["rt"] } -toml = "0.8.19" +toml = "0.8.20" [dev-dependencies] hipcheck-sdk = { version = "0.3.0", path = "../../sdk/rust", features = [ diff --git a/plugins/linguist/Cargo.toml b/plugins/linguist/Cargo.toml index 22532155..722a1d78 100644 --- a/plugins/linguist/Cargo.toml +++ b/plugins/linguist/Cargo.toml @@ -19,7 +19,7 @@ pathbuf = "1.0.0" serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.134" tokio = { version = "1.43.0", features = ["rt"] } -toml = "0.8.19" +toml = "0.8.20" [dev-dependencies] hipcheck-sdk = { version = "0.3.0", path = "../../sdk/rust", features = [ diff --git a/plugins/typo/Cargo.toml b/plugins/typo/Cargo.toml index 0ab13ba5..20bdb99a 100644 --- a/plugins/typo/Cargo.toml +++ b/plugins/typo/Cargo.toml @@ -20,7 +20,7 @@ pathbuf = "1.0.0" serde = { version = "1.0.217", features = ["derive", "rc"] } serde_json = "1.0.134" tokio = { version = "1.43.0", features = ["rt"] } -toml = "0.8.19" +toml = "0.8.20" url = "2.5.4" [dev-dependencies] diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 196fc21d..bc7b256a 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -18,7 +18,7 @@ log = "0.4.25" glob = "0.3.2" pathbuf = "1.0.0" serde = { version = "1.0.217", features = ["derive"] } -toml = "0.8.19" +toml = "0.8.20" xshell = "0.2.7" which = "7.0.2" convert_case = "0.7.1"