chore(deps): update rust crate toml_edit to 0.20.1

This commit is contained in:
Kasper Juul Hermansen 2023-09-26 21:48:31 +00:00
parent adee7503c5
commit b2b9543f20
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2080,9 +2080,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.20.0"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95"
checksum = "ca676d9ba1a322c1b64eb8045a5ec5c0cfb0c9d08e15e9ff622589ad5221c8fe"
dependencies = [
"indexmap",
"serde",

View File

@ -22,7 +22,7 @@ uuid = { version = "1.4.1", features = ["v4"]}
futures = "0.3.28"
nats = "0.24.0"
clap = {version = "4.4.5", features = ["derive"]}
toml_edit = {version = "0.20.0",features = ["serde"]}
toml_edit = {version = "0.20.1",features = ["serde"]}
serde = {version = "1.0.188", features = ["derive"]}
prost = {version = "0.12"}
prost-types = {version = "0.12"}