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 Jun 19, 2024
1 parent 8047680 commit 509683d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 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 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.6"
version = "3.6.7"
edition = "2021"
license = "MIT"

Expand All @@ -14,9 +14,9 @@ openssl-tls = ["dep:native-tls-crate", "native-tls-crate/openssl", "crunchy-cli-
openssl-tls-static = ["dep:native-tls-crate", "native-tls-crate/openssl", "crunchy-cli-core/openssl-tls-static"]

[dependencies]
tokio = { version = "1.37", features = ["macros", "rt-multi-thread", "time"], default-features = false }
tokio = { version = "1.38", features = ["macros", "rt-multi-thread", "time"], default-features = false }

native-tls-crate = { package = "native-tls", version = "0.2.11", optional = true }
native-tls-crate = { package = "native-tls", version = "0.2.12", optional = true }

crunchy-cli-core = { path = "./crunchy-cli-core" }

Expand All @@ -34,7 +34,7 @@ members = ["crunchy-cli-core"]
[patch.crates-io]
# 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" }
native-tls = { git = "https://github.com/crunchy-labs/rust-not-so-native-tls.git", rev = "c7ac566" }

[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.6"
version = "3.6.7"
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.3.1"
rsubs-lib = "~0.3.2"
rusty-chromaprint = "0.2"
serde = "1.0"
serde_json = "1.0"
Expand All @@ -39,7 +39,7 @@ shlex = "1.3"
sys-locale = "0.3"
tempfile = "3.10"
time = "0.3"
tokio = { version = "1.37", features = ["io-util", "macros", "net", "rt-multi-thread", "time"] }
tokio = { version = "1.38", features = ["io-util", "macros", "net", "rt-multi-thread", "time"] }
tokio-util = "0.7"
tower-service = "0.3"
rustls-native-certs = { version = "0.7", optional = true }
Expand Down

0 comments on commit 509683d

Please sign in to comment.