bump toml for multiline string

This commit is contained in:
mbecker20
2024-06-10 19:26:01 -07:00
parent 405ec1b8cc
commit 1c07ccea85
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -3822,9 +3822,9 @@ dependencies = [
[[package]]
name = "toml_pretty"
version = "1.0.1"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19c69c31722ee2ef1938c0f3958149e6430d2f97d566252cef15cc7e84848e52"
checksum = "3c8355c577a2da40597606a51b3292497f8d172b78ceb16fbad04fbfdccc6f09"
dependencies = [
"ordered_hash_map",
"serde",

View File

@@ -34,7 +34,7 @@ partial_derive2 = "0.4.3"
derive_variants = "1.0.0"
mongo_indexed = "0.3.0"
resolver_api = "1.1.0"
toml_pretty = "1.0.1"
toml_pretty = "1.0.2"
parse_csl = "0.1.0"
mungos = "0.5.6"
svi = "1.0.1"