Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jan 29, 2025
1 parent 4858ce8 commit 2d94ae6
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/codespell-project/codespell
rev: v2.4.0
rev: v2.4.1
hooks:
- id: codespell
# JSON
Expand Down
82 changes: 56 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ derive_more = "1.0.0"
diesel = { version = "2.2.6", default-features = false, features = ["sqlite"] }
digest = "0.10.7"
image = "0.25.5"
jiff = "0.1.27"
jiff = "0.1.28"
log = "0.4.25"
mime = "0.3.17"
nonicle = "0.1.1"
regex = "1.11.1"
semval = "0.5.2"
serde = "1.0.217"
serde_json = "1.0.137"
serde_json = "1.0.138"
static_assertions = "1.1.0"
strum = "0.26.3"
tantivy = "0.22.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/media-file/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ triseratops = { version = "0.0.3", optional = true }
aoide-core.workspace = true

[dev-dependencies]
tempfile = "3.15.0"
tempfile = "3.16.0"

[features]
default = ["all"]
Expand Down

0 comments on commit 2d94ae6

Please sign in to comment.