Skip to content

Commit

Permalink
bump app's version to 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aome510 committed Dec 11, 2023
1 parent cb0ca36 commit a77b606
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
21 changes: 9 additions & 12 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions spotify_player/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spotify_player"
version = "0.16.1"
version = "0.16.2"
authors = ["Thang Pham <phamducthang1234@gmail.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -11,7 +11,7 @@ readme = "../README.md"

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.10", features = ["derive", "string"] }
clap = { version = "4.4.11", features = ["derive", "string"] }
config_parser2 = "0.1.5"
crossterm = "0.27.0"
dirs-next = "2.0.0"
Expand All @@ -24,7 +24,7 @@ reqwest = { version = "0.11.22", features = ["json"] }
rpassword = "7.3.1"
rspotify = "0.12.0"
serde = { version = "1.0.193", features = ["derive"] }
tokio = { version = "1.34.0", features = ["rt", "rt-multi-thread", "macros", "time"] }
tokio = { version = "1.35.0", features = ["rt", "rt-multi-thread", "macros", "time"] }
toml = "0.8.8"
tui = { package = "ratatui", version = "0.24.0" }
rand = "0.8.5"
Expand All @@ -42,7 +42,7 @@ image = { version = "0.24.7", optional = true }
notify-rust = { version = "4.10.0", optional = true, default-features = false, features = ["d"] }
flume = "0.11.0"
serde_json = "1.0.108"
once_cell = "1.18.0"
once_cell = "1.19.0"
regex = "1.10.2"
daemonize = { version = "0.5.0", optional = true }
ttl_cache = "0.5.1"
Expand Down

0 comments on commit a77b606

Please sign in to comment.