update toml_pretty

This commit is contained in:
mbecker20
2024-06-10 22:11:40 -07:00
parent 25e0905c0c
commit 215e7d1bdc
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.2"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c8355c577a2da40597606a51b3292497f8d172b78ceb16fbad04fbfdccc6f09"
checksum = "cdd6d77389405b3ff40a5f945888efc02cddcf932ebd33867a5ebc49806fc901"
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.2"
toml_pretty = "1.0.3"
parse_csl = "0.1.0"
mungos = "0.5.6"
svi = "1.0.1"