Bump rust-ini from 0.19.0 to 0.20.0 (#10882)

This commit is contained in:
dependabot[bot] 2023-10-30 11:56:13 +00:00 committed by GitHub
parent ac43372618
commit d8c59eddb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View file

@ -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",

View file

@ -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"