Skip to content

Commit

Permalink
Update dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed May 22, 2024
1 parent 74e5e05 commit a1c7b20
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
17 changes: 9 additions & 8 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions 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.5"
version = "3.6.6"
edition = "2021"
license = "MIT"

Expand Down Expand Up @@ -35,7 +35,6 @@ members = ["crunchy-cli-core"]
# fork of the `native-tls` crate which can use openssl as backend on every platform. this is done as `reqwest` only
# supports `rustls` and `native-tls` as tls backend
native-tls = { git = "https://github.com/crunchy-labs/rust-not-so-native-tls.git", rev = "b7969a8" }
rsubs-lib = { git = "https://github.com/crunchy-labs/rsubs-lib.git", rev = "1c51f60" }

[profile.release]
strip = true
Expand Down
6 changes: 3 additions & 3 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.5"
version = "3.6.6"
edition = "2021"
license = "MIT"

Expand All @@ -16,7 +16,7 @@ anyhow = "1.0"
async-speed-limit = "0.4"
clap = { version = "4.5", features = ["derive", "string"] }
chrono = "0.4"
crunchyroll-rs = { version = "0.11.2", features = ["experimental-stabilizations", "tower"] }
crunchyroll-rs = { version = "0.11.3", features = ["experimental-stabilizations", "tower"] }
ctrlc = "3.4"
dialoguer = { version = "0.11", default-features = false }
dirs = "5.0"
Expand All @@ -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.3"
rsubs-lib = "~0.3.1"
rusty-chromaprint = "0.2"
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit a1c7b20

Please sign in to comment.