summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorPascal Kuthe2022-09-23 06:58:00 +0000
committerGitHub2022-09-23 06:58:00 +0000
commit4133f1f424c6a9da71cab65dc9541e6d941ec603 (patch)
tree7079d0623737e31d5e9872b7a9f4dcda00be12dd /Cargo.lock
parenteb6fd283dcf041ecf822fd8f2d4520abb2a26df9 (diff)
Document MSRV policy (#3913)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a26c92e4..cc9e69b4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -485,7 +485,6 @@ dependencies = [
"log",
"once_cell",
"pulldown-cmark",
- "retain_mut",
"serde",
"serde_json",
"signal-hook",
@@ -885,12 +884,6 @@ dependencies = [
]
[[package]]
-name = "retain_mut"
-version = "0.1.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
-
-[[package]]
name = "ropey"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"