summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-27 01:38:12 +0000
committerGitHub <noreply@github.com>2023-10-27 01:38:12 +0000
commit07924138e14758e7adcca846db84b8f792ec4f49 (patch)
treedf958cf06b4b11baf23a67e31eb636af7c16da81
parent76e222411528a370e2b8433cfdc46d9f74f52c1e (diff)
chore(deps): bump rust-ini from 0.19.0 to 0.20.0dependabot/cargo/rust-ini-0.20.0
Bumps [rust-ini](https://github.com/zonyitoo/rust-ini) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/zonyitoo/rust-ini/releases) - [Commits](https://github.com/zonyitoo/rust-ini/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: rust-ini dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock12
-rw-r--r--systeroid-core/Cargo.toml2
2 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bf8afaa..4cfa182 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -418,9 +418,9 @@ dependencies = [
[[package]]
name = "hashbrown"
-version = "0.13.2"
+version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
+checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
[[package]]
name = "heck"
@@ -729,9 +729,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[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",
@@ -911,9 +911,9 @@ checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
[[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/systeroid-core/Cargo.toml b/systeroid-core/Cargo.toml
index fcdb615..d5c165e 100644
--- a/systeroid-core/Cargo.toml
+++ b/systeroid-core/Cargo.toml
@@ -22,4 +22,4 @@ owo-colors = { version = "3.5.0", features = ["supports-colors"] }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
dirs-next = "2.0.0"
-rust-ini = "0.19.0"
+rust-ini = "0.20.0"