Compare commits

...

1 Commits

Author SHA1 Message Date
cc1ff2b636 fix(deps): update rust crate toml to v1.0.6 2026-03-07 01:39:13 +00:00

4
Cargo.lock generated
View File

@@ -2103,9 +2103,9 @@ dependencies = [
[[package]]
name = "toml"
version = "1.0.4+spec-1.1.0"
version = "1.0.6+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c94c3321114413476740df133f0d8862c61d87c8d26f04c6841e033c8c80db47"
checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc"
dependencies = [
"indexmap",
"serde_core",