Bump rust-ini from 0.20.0 to 0.21.0 (#12637)

This commit is contained in:
dependabot[bot] 2024-04-24 11:55:20 +00:00 committed by GitHub
parent b576123b0a
commit 9d65c47313
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 4 deletions

13
Cargo.lock generated
View File

@ -398,7 +398,7 @@ dependencies = [
"bitflags 2.5.0", "bitflags 2.5.0",
"cexpr", "cexpr",
"clang-sys", "clang-sys",
"itertools 0.11.0", "itertools 0.12.1",
"lazy_static", "lazy_static",
"lazycell", "lazycell",
"proc-macro2", "proc-macro2",
@ -5104,12 +5104,13 @@ dependencies = [
[[package]] [[package]]
name = "rust-ini" name = "rust-ini"
version = "0.20.0" version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e0698206bcb8882bf2a9ecb4c1e7785db57ff052297085a6efd4fe42302068a" checksum = "0d625ed57d8f49af6cfa514c42e1a71fadcff60eb0b1c517ff82fe41aa025b41"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"ordered-multimap", "ordered-multimap",
"trim-in-place",
] ]
[[package]] [[package]]
@ -6158,6 +6159,12 @@ dependencies = [
"petgraph", "petgraph",
] ]
[[package]]
name = "trim-in-place"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc"
[[package]] [[package]]
name = "try-lock" name = "try-lock"
version = "0.2.5" version = "0.2.5"

View File

@ -15,7 +15,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.92.3", features = ["plugin
indexmap = { workspace = true } indexmap = { workspace = true }
eml-parser = "0.1" eml-parser = "0.1"
ical = "0.11" ical = "0.11"
rust-ini = "0.20.0" rust-ini = "0.21.0"
[dev-dependencies] [dev-dependencies]
nu-plugin-test-support = { path = "../nu-plugin-test-support", version = "0.92.3" } nu-plugin-test-support = { path = "../nu-plugin-test-support", version = "0.92.3" }