summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-03-11 13:49:30 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-03-11 13:49:30 +0000
commit544968e1321755390636c9bf9ec5d985e86905fc (patch)
treec04647e2c885c6746fd8644140b1d8e6fd4a37d0 /Cargo.lock
parentc578c4bf7a562f2d388485c3c9577d9698bbd2c6 (diff)
downloadsubplot-544968e1321755390636c9bf9ec5d985e86905fc.tar.gz
(chore) cargo update -p ignore --precise 0.4.18
Updating crates.io index Adding crossbeam-utils v0.8.15 Updating ignore v0.4.20 -> v0.4.18 Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 12 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cf39152..9c2eec0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -198,6 +198,15 @@ dependencies = [
]
[[package]]
+name = "crossbeam-utils"
+version = "0.8.15"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
+dependencies = [
+ "cfg-if 1.0.0",
+]
+
+[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -490,10 +499,11 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "ignore"
-version = "0.4.20"
+version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
+checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
dependencies = [
+ "crossbeam-utils",
"globset",
"lazy_static",
"log",