summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLucien Greathouse <me@lpghatguy.com>2020-02-21 04:40:47 -0800
committerGitHub <noreply@github.com>2020-02-21 07:40:47 -0500
commitdb7a8cdcb5967626e037faf8321ef7c828344c3a (patch)
treec418a6edacb4adfcb300320b699d4df66abbfbb0 /Cargo.lock
parenteef7a7e7ffe51cbe546eb23312620dfbaa5b4653 (diff)
globset: Implement serde::{Serialize, Deserialize} for Glob
PR #1492
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1367b859..01e3fb93 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -135,6 +135,8 @@ dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]