Skip to content

Commit

Permalink
Update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
nledford committed Jul 9, 2024
1 parent 18ec9f4 commit 44d6184
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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
@@ -1,6 +1,6 @@
[package]
name = "hitomi"
version = "0.4.2"
version = "0.5.0"
description = "A CLI application that builds and updates playlists on a Plex server using json-based profiles."
authors = ["Nathaniel Ledford <nate@nateledford.com>"]
homepage = "https://github.com/nledford/hitomi"
Expand All @@ -16,7 +16,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.86"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.8", features = ["env", "derive"] }
clap = { version = "4.5.9", features = ["env", "derive"] }
derive_builder = "0.20.0"
dialoguer = "0.11.0"
dirs = "5.0.1"
Expand Down

0 comments on commit 44d6184

Please sign in to comment.