From d8c59eddb3242e092724b6efa1b8a8f315ef7621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:56:13 +0000 Subject: [PATCH] Bump rust-ini from 0.19.0 to 0.20.0 (#10882) --- Cargo.lock | 10 +++++----- crates/nu_plugin_formats/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3651186df..ef2ad6f6d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3407,12 +3407,12 @@ dependencies = [ [[package]] name = "ordered-multimap" -version = "0.6.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ed8acf08e98e744e5384c8bc63ceb0364e68a6854187221c18df61c4797690e" +checksum = "a4d6a8c22fc714f0c2373e6091bf6f5e9b37b1bc0b1184874b7e0a4e303d318f" dependencies = [ "dlv-list", - "hashbrown 0.13.2", + "hashbrown 0.14.1", ] [[package]] @@ -4419,9 +4419,9 @@ dependencies = [ [[package]] name = "rust-ini" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2a3bcec1f113553ef1c88aae6c020a369d03d55b58de9869a0908930385091" +checksum = "3e0698206bcb8882bf2a9ecb4c1e7785db57ff052297085a6efd4fe42302068a" dependencies = [ "cfg-if", "ordered-multimap", diff --git a/crates/nu_plugin_formats/Cargo.toml b/crates/nu_plugin_formats/Cargo.toml index 33ae7a9d8b..b45a437c76 100644 --- a/crates/nu_plugin_formats/Cargo.toml +++ b/crates/nu_plugin_formats/Cargo.toml @@ -15,4 +15,4 @@ nu-protocol = { path = "../nu-protocol", version = "0.86.1", features = ["plugin indexmap = "2.0" eml-parser = "0.1" ical = "0.8" -rust-ini = "0.19.0" +rust-ini = "0.20.0"