Update dependencies and version

This commit is contained in:
bytedream 2024-06-19 23:38:57 +02:00
parent 8047680799
commit 509683d23a
3 changed files with 13 additions and 13 deletions

12
Cargo.lock generated
View file

@ -349,7 +349,7 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
name = "crunchy-cli"
version = "3.6.6"
version = "3.6.7"
dependencies = [
"chrono",
"clap",
@ -362,7 +362,7 @@ dependencies = [
[[package]]
name = "crunchy-cli-core"
version = "3.6.6"
version = "3.6.7"
dependencies = [
"anyhow",
"async-speed-limit",
@ -1125,8 +1125,8 @@ dependencies = [
[[package]]
name = "native-tls"
version = "0.2.11"
source = "git+https://github.com/crunchy-labs/rust-not-so-native-tls.git?rev=b7969a8#b7969a88210096e0570e29d42fb13533baf62aa6"
version = "0.2.12"
source = "git+https://github.com/crunchy-labs/rust-not-so-native-tls.git?rev=c7ac566#c7ac566559d441bbc3e5e5bd04fb7162c38d88b0"
dependencies = [
"libc",
"log",
@ -1519,9 +1519,9 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
[[package]]
name = "rsubs-lib"
version = "0.3.1"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d01f7609f0b1bc4fe24b352e8d1792c7d71cc43aea797e14b87974cd009ab402"
checksum = "8c9f50e3fbcbf1f0bd109954e2dd813d1715c7b4a92a7bf159a85dea49e9d863"
dependencies = [
"regex",
"serde",