fix(deps): update rust crate toml to v1.0.1

This commit was merged in pull request #8.
This commit is contained in:
2026-02-13 01:33:33 +00:00
parent 3654f170bc
commit e15a730b37

8
Cargo.lock generated
View File

@@ -2051,9 +2051,9 @@ dependencies = [
[[package]]
name = "toml"
version = "1.0.0+spec-1.1.0"
version = "1.0.1+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1d7e18e3dd1d31e0ee5e863a8091ffec2fcc271636586042452b656a22c8ee1"
checksum = "bbe30f93627849fa362d4a602212d41bb237dc2bd0f8ba0b2ce785012e124220"
dependencies = [
"indexmap",
"serde_core",
@@ -2075,9 +2075,9 @@ dependencies = [
[[package]]
name = "toml_parser"
version = "1.0.7+spec-1.1.0"
version = "1.0.8+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "247eaa3197818b831697600aadf81514e577e0cba5eab10f7e064e78ae154df1"
checksum = "0742ff5ff03ea7e67c8ae6c93cac239e0d9784833362da3f9a9c1da8dfefcbdc"
dependencies = [
"winnow 0.7.14",
]