aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 08881fd..2da3c9d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -520,6 +520,7 @@ dependencies = [
520 "similar 2.1.0", 520 "similar 2.1.0",
521 "strip-ansi-escapes", 521 "strip-ansi-escapes",
522 "thiserror", 522 "thiserror",
523 "toml",
523 "vfs", 524 "vfs",
524] 525]
525 526
@@ -613,6 +614,15 @@ dependencies = [
613] 614]
614 615
615[[package]] 616[[package]]
617name = "toml"
618version = "0.5.8"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
621dependencies = [
622 "serde",
623]
624
625[[package]]
616name = "unicase" 626name = "unicase"
617version = "2.6.0" 627version = "2.6.0"
618source = "registry+https://github.com/rust-lang/crates.io-index" 628source = "registry+https://github.com/rust-lang/crates.io-index"