Update dependencies and version

This commit is contained in:
bytedream 2024-05-23 00:01:42 +02:00
parent 74e5e05b0f
commit a1c7b2069d
3 changed files with 13 additions and 13 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "crunchy-cli"
authors = ["Crunchy Labs Maintainers"]
version = "3.6.5"
version = "3.6.6"
edition = "2021"
license = "MIT"
@ -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