Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Update dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed May 6, 2024
1 parent 4d1df83 commit ab63dcd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crunchy-cli"
authors = ["Crunchy Labs Maintainers"]
version = "3.6.0"
version = "3.6.1"
edition = "2021"
license = "MIT"

Expand Down
4 changes: 2 additions & 2 deletions crunchy-cli-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crunchy-cli-core"
authors = ["Crunchy Labs Maintainers"]
version = "3.6.0"
version = "3.6.1"
edition = "2021"
license = "MIT"

Expand Down Expand Up @@ -30,7 +30,7 @@ log = { version = "0.4", features = ["std"] }
num_cpus = "1.16"
regex = "1.10"
reqwest = { version = "0.12", features = ["socks", "stream"] }
rsubs-lib = "0.2"
rsubs-lib = ">=0.2.1"
rusty-chromaprint = "0.2"
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit ab63dcd

Please sign in to comment.