Skip to content

Commit 8743f8e

Browse files
committed
Merge branch 'chrivers/mount-options'
2 parents f137acf + 449aa09 commit 8743f8e

File tree

14 files changed

+1247
-302
lines changed

14 files changed

+1247
-302
lines changed

Cargo.lock

Lines changed: 189 additions & 269 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ raptor-parser = { version = "0.1.0", path = "crates/raptor-parser" }
6464
dregistry = { version = "0.1.0", path = "crates/dregistry" }
6565
falcon = { version = "0.1.0", path = "crates/falcon" }
6666

67-
annotate-snippets = "0.12.4"
68-
anstream = { version = "0.6.20", default-features = false }
69-
anstyle = { version = "1.0.11", default-features = false }
67+
annotate-snippets = "0.12"
68+
anstream = { version = "0.6.21", default-features = false }
69+
anstyle = { version = "1.0.13", default-features = false }
7070
bincode = "2.0.1"
71-
camino = "1.2.0"
71+
camino = "1.2.1"
7272
camino-tempfile = "1.4.1"
73-
clap = "4.5.48"
73+
clap = "4.5.50"
7474
colog = "1.4.0"
7575
colored = "3.0.0"
7676
hex = "0.4.3"
@@ -79,20 +79,20 @@ libtest-mimic = "0.8.1"
7979
log = "0.4.28"
8080
minijinja = { version = "2.12.0", default-features = false }
8181
nix = "0.30.1"
82-
pest = "2.8.2"
82+
pest = "2.8.3"
8383
pest_consume = "1.1.3"
84-
reqwest = { version = "0.12.23", default-features = false }
85-
serde = "1.0.227"
84+
reqwest = { version = "0.12.24", default-features = false }
85+
serde = "1.0.228"
8686
serde_json = "1.0.145"
8787
serde_variant = "0.1.3"
8888
serde_yml = "0.0.12"
89-
thiserror = "2.0.16"
89+
thiserror = "2.0.17"
9090
uuid = "1.18.1"
91-
indicatif = "0.18.0"
91+
indicatif = "0.18.1"
9292
pretty_assertions = "1.4.1"
9393
logos = "0.15.1"
94-
clap_complete = "4.5.58"
95-
toml = "0.9.7"
94+
clap_complete = "4.5.59"
95+
toml = "0.9.8"
9696
dep-graph = { version = "0.2.0", default-features = false }
9797
siphasher = "1.0.1"
9898
dashmap = "6.1.0"
@@ -126,6 +126,7 @@ falcon = { workspace = true }
126126
indicatif = { workspace = true, features = ["improved_unicode"] }
127127
itertools = { workspace = true }
128128
log = { workspace = true }
129+
maplit.workspace = true
129130
minijinja = { workspace = true, features = ["custom_syntax", "debug", "deserialization", "loader", "loop_controls", "macros", "multi_template", "serde", "std_collections"] }
130131
nix = { workspace = true, features = ["fs", "poll", "process", "term", "user"] }
131132
rand = { workspace = true }

book/branding/favicon.svg

Lines changed: 222 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)