summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBeiri22 <beier1@hs-mittweida.de>2023-08-06 23:49:04 +0200
committerGitHub <noreply@github.com>2023-08-06 23:49:04 +0200
commit357bce56f5ac701780e4fb967acce3f30ffcadf6 (patch)
treef582efe3197de94e67f5b0b356a9963a6a04fd27 /Cargo.lock
parent823fc5e5c4cb5c8555d0bb64e6f4ab4f61bce0e2 (diff)
Query-System for metadata (#1812)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock67
1 files changed, 56 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dbcbe96e..c1bb7be0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -450,7 +450,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
dependencies = [
"cfg-if",
- "hashbrown",
+ "hashbrown 0.12.3",
"lock_api",
"once_cell",
"parking_lot_core",
@@ -532,6 +532,12 @@ dependencies = [
]
[[package]]
+name = "equivalent"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
+
+[[package]]
name = "errno"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -739,6 +745,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
+name = "hashbrown"
+version = "0.14.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
+
+[[package]]
name = "hayagriva"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -987,8 +999,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
- "hashbrown",
+ "hashbrown 0.12.3",
"rayon",
+ "serde",
+]
+
+[[package]]
+name = "indexmap"
+version = "2.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
+dependencies = [
+ "equivalent",
+ "hashbrown 0.14.0",
]
[[package]]
@@ -1003,7 +1026,7 @@ dependencies = [
"crossbeam-utils",
"dashmap",
"env_logger",
- "indexmap",
+ "indexmap 1.9.3",
"is-terminal",
"itoa",
"log",
@@ -1452,7 +1475,7 @@ dependencies = [
"crossbeam-channel",
"filetime",
"image",
- "indexmap",
+ "indexmap 1.9.3",
"itertools",
"libdeflater",
"log",
@@ -1571,7 +1594,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bd9647b268a3d3e14ff09c23201133a62589c658db02bb7388c7246aafe0590"
dependencies = [
"base64",
- "indexmap",
+ "indexmap 1.9.3",
"line-wrap",
"quick-xml 0.28.2",
"serde",
@@ -2015,13 +2038,26 @@ version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
dependencies = [
- "indexmap",
+ "indexmap 1.9.3",
"ryu",
"serde",
"yaml-rust",
]
[[package]]
+name = "serde_yaml"
+version = "0.9.25"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
+dependencies = [
+ "indexmap 2.0.0",
+ "itoa",
+ "ryu",
+ "serde",
+ "unsafe-libyaml",
+]
+
+[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2413,7 +2449,7 @@ version = "0.19.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f"
dependencies = [
- "indexmap",
+ "indexmap 1.9.3",
"serde",
"serde_spanned",
"toml_datetime",
@@ -2523,7 +2559,7 @@ dependencies = [
"fontdb",
"if_chain",
"image",
- "indexmap",
+ "indexmap 1.9.3",
"log",
"miniz_oxide",
"oklab",
@@ -2573,6 +2609,9 @@ dependencies = [
"once_cell",
"open",
"same-file",
+ "serde",
+ "serde_json",
+ "serde_yaml 0.9.25",
"siphasher",
"tar",
"tempfile",
@@ -2596,7 +2635,7 @@ dependencies = [
"once_cell",
"pulldown-cmark",
"serde",
- "serde_yaml",
+ "serde_yaml 0.8.26",
"syntect",
"typed-arena",
"typst",
@@ -2629,7 +2668,7 @@ dependencies = [
"roxmltree",
"rustybuzz",
"serde_json",
- "serde_yaml",
+ "serde_yaml 0.8.26",
"smallvec",
"syntect",
"time",
@@ -2796,6 +2835,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "446c96c6dd42604779487f0a981060717156648c1706aa1f464677f03c6cc059"
[[package]]
+name = "unsafe-libyaml"
+version = "0.2.9"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa"
+
+[[package]]
name = "unscanny"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3243,7 +3288,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a94fb32d2b438e3fddf901fbfe9eb87b34d63853ca6c6da5d2ab7e27031e0bae"
dependencies = [
"serde",
- "serde_yaml",
+ "serde_yaml 0.8.26",
]
[[package]]