Skip to content

Commit

Permalink
Update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
nledford committed Jun 29, 2024
1 parent 055bee1 commit e1721dd
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hitomi"
version = "0.3.5"
version = "0.4.0"
description = "Builds and updates custom playlists on a Plex server"
authors = ["Nathaniel Ledford <nate@nateledford.com>"]
homepage = "https://github.com/nledford/hitomi"
Expand All @@ -11,13 +11,13 @@ edition = "2021"
[dependencies]
anyhow = "1.0.86"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.7", features = ["env", "derive"] }
clap = { version = "4.5.8", features = ["env", "derive"] }
derive_builder = "0.20.0"
dialoguer = "0.11.0"
dirs = "5.0.1"
futures = "0.3.30"
humantime = "2.1.0"
log = "0.4.21"
log = "0.4.22"
nutype = { version = "0.4.2", features = ["regex", "serde"] }
once_cell = "1.19.0"
parking_lot = "0.12.3"
Expand Down

0 comments on commit e1721dd

Please sign in to comment.