From ed5c32def2ffcb252ab4e10b0ba52f8bbd287980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:17:10 +0000 Subject: [PATCH] build(deps): bump rust-ini from 0.21.0 to 0.21.1 Bumps [rust-ini](https://github.com/zonyitoo/rust-ini) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/zonyitoo/rust-ini/releases) - [Commits](https://github.com/zonyitoo/rust-ini/compare/v0.21.0...v0.21.1) --- updated-dependencies: - dependency-name: rust-ini dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 033cefcbf7..fb823dc9d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2375,9 +2375,9 @@ dependencies = [ [[package]] name = "rust-ini" -version = "0.21.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d625ed57d8f49af6cfa514c42e1a71fadcff60eb0b1c517ff82fe41aa025b41" +checksum = "4e310ef0e1b6eeb79169a1171daf9abcb87a2e17c03bee2c4bb100b55c75409f" dependencies = [ "cfg-if", "ordered-multimap", diff --git a/Cargo.toml b/Cargo.toml index 93cdd45cf1..29045b1205 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ rayon = "1.10.0" regex = "1.10" reqwest = { version = "0.12", features = ["native-tls", "blocking", "gzip"] } rpmostree-client = { path = "rust/rpmostree-client", version = "0.1.0" } -rust-ini = "0.21.0" +rust-ini = "0.21.1" serde = { version = "1.0.203", features = ["derive"] } serde_derive = "1.0.118" serde_json = "1.0.119"