Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
9FS committed Sep 14, 2024
1 parent d9590ab commit 8146cae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ license = "MIT"
name = "nhentai_archivist"
readme = "readme.md"
repository = "https://github.com/9-FS/nhentai_archivist"
version = "3.1.3"

# Disable lints. The maintainer disagrees with the resulting code style.
[lints.clippy]
needless_return = "allow"
needless_late_init = "allow"
version = "3.2.0"

[dependencies]
chrono = { version = "^0.4.0", features = ["serde"] }
Expand All @@ -40,3 +35,7 @@ thiserror = "^1.0.0"
tokio = { version = "^1.0.0", features = ["rt-multi-thread"] }
unicode-segmentation = "^1.0.0"
zip = "^2.0.0"

[lints.clippy]
needless_late_init = "allow"
needless_return = "allow"
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
nhentai_archivist:
container_name: "nhentai_archivist"
image: "ghcr.io/9-fs/nhentai_archivist:3.1.3"
image: "ghcr.io/9-fs/nhentai_archivist:3.2.0"
environment:
HOST_OS: "Unraid"
PGID: 100
Expand Down

0 comments on commit 8146cae

Please sign in to comment.