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
2 changed files with 11 additions and 4 deletions

View File

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