summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-14 05:13:27 +0200
committermo8it <mo8it@proton.me>2024-04-14 05:13:27 +0200
commit9dcc4b7df5f539b10117e97870a9f1cb01ca040d (patch)
tree3e2950bb97d2f320869d8986d3d12721042f7c11 /Cargo.lock
parent9831cbb13975cd0f5ee4c295156102e3573ede1a (diff)
Simplify the state file
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 0 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dbf1923..6bc68f0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -690,7 +690,6 @@ dependencies = [
"ratatui",
"rustlings-macros",
"serde",
- "serde_json",
"toml_edit",
"which",
]
@@ -750,17 +749,6 @@ dependencies = [
]
[[package]]
-name = "serde_json"
-version = "1.0.115"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
-dependencies = [
- "itoa",
- "ryu",
- "serde",
-]
-
-[[package]]
name = "serde_spanned"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"