Skip to content

Commit 1b930c0

Browse files
committed
Update foldhash and maud dependencies
Also run cargo update.
1 parent 38f570f commit 1b930c0

8 files changed

Lines changed: 72 additions & 72 deletions

File tree

Cargo.lock

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

crates/dap-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ edition = "2021"
88
serde = "1.0.213"
99
serde_json = "1.0.132"
1010
serde_derive = "1.0.213"
11-
foldhash = "0.1.3"
11+
foldhash = "0.2.0"

crates/dm-langserver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ interval-tree = { path = "../interval-tree" }
1919
libc = "0.2.161"
2020
regex = "1.11.1"
2121
lazy_static = "1.5"
22-
foldhash = "0.1.3"
22+
foldhash = "0.2.0"
2323

2424
[build-dependencies]
2525
chrono = "0.4.38"

crates/dmdoc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dreammaker = { path = "../dreammaker" }
1010
pulldown-cmark = "0.9.6"
1111
walkdir = "2.5.0"
1212
git2 = { version = "0.20.2", default-features = false }
13-
maud = "0.25.0"
14-
foldhash = "0.1.3"
13+
maud = "0.27.0"
14+
foldhash = "0.2.0"
1515

1616
[dev-dependencies]
1717
walkdir = "2.5.0"

crates/dmm-tools-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde_json = "1.0.132"
1717
rayon = "1.10.0"
1818
dreammaker = { path = "../dreammaker" }
1919
dmm-tools = { path = "../dmm-tools", features = ["png"] }
20-
foldhash = "0.1.3"
20+
foldhash = "0.2.0"
2121

2222
[build-dependencies]
2323
chrono = "0.4.38"

crates/dmm-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rand = "0.8.5"
1111
dreammaker = { path = "../dreammaker" }
1212
lodepng = "3.10.7"
1313
indexmap = "2.6.0"
14-
foldhash = "0.1.3"
14+
foldhash = "0.2.0"
1515
either = "1.13.0"
1616

1717
[dependencies.bytemuck]

crates/dreamchecker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
dreammaker = { path = "../dreammaker" }
99
serde_json = "1.0"
10-
foldhash = "0.1.3"
10+
foldhash = "0.2.0"
1111

1212
[build-dependencies]
1313
chrono = "0.4.38"

0 commit comments

Comments
 (0)