Skip to content

Commit a91a2be

Browse files
committed
Update dependencies
1 parent abb946e commit a91a2be

File tree

7 files changed

+42
-43
lines changed

7 files changed

+42
-43
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ repos:
6262
hooks:
6363
- id: codespell
6464
- repo: https://github.com/sirosen/check-jsonschema
65-
rev: 0.30.0
65+
rev: 0.31.0
6666
hooks:
6767
- id: check-github-actions
6868
- id: check-github-workflows

Cargo.lock

+36-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static_assertions = "1.1.0"
5959
strum = "0.26.3"
6060
tantivy = "0.22.0"
6161
time = "0.3.37"
62-
thiserror = "2.0.9"
62+
thiserror = "2.0.10"
6363
tokio = "1.43.0"
6464
url = "2.5.4"
6565

crates/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ regex.workspace = true
3232
semval.workspace = true
3333
strum = { workspace = true, features = ["derive"] }
3434
time = { workspace = true, features = ["macros", "parsing", "formatting"] }
35-
ulid = "1.1.3"
35+
ulid = "1.1.4"
3636
url.workspace = true
3737

3838
# Serialization of selected, primitive types

crates/desktop-app/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workspace = true
1818

1919
[dependencies]
2020
anyhow.workspace = true
21-
discro = { version = "0.29.3", features = ["tokio"] }
21+
discro = { version = "0.29.4", features = ["tokio"] }
2222
highway = { version = "1.2.0" }
2323
log.workspace = true
2424
ron = "0.8.1"

file-collection-app/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ workspace = true
1717
[dependencies]
1818
anyhow.workspace = true
1919
directories = "5.0.1"
20-
discro = "0.29.3"
20+
discro = "0.29.4"
2121
itertools = "0.14.0"
2222
env_logger = "0.11.6"
2323
url.workspace = true

websrv/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ workspace = true
1717
[dependencies]
1818
anyhow.workspace = true
1919
directories = "5.0.1"
20-
discro = { version = "0.29.3", features = ["tokio"] }
20+
discro = { version = "0.29.4", features = ["tokio"] }
2121
dotenvy = "0.15.7"
2222
log = { version = "0.4.22", features = ["release_max_level_debug"] }
2323
parking_lot = "0.12.3"

0 commit comments

Comments
 (0)