Bump version

This commit is contained in:
bitfl0wer 2023-08-29 00:06:17 +02:00
parent 00faab4801
commit 387991c605
2 changed files with 3 additions and 6 deletions

5
Cargo.lock generated
View File

@ -177,7 +177,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chorus"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"async-trait",
"base64 0.21.3",
@ -2265,9 +2265,7 @@ checksum = "2b2dbec703c26b00d74844519606ef15d09a7d6857860f84ad223dec002ddea2"
dependencies = [
"futures-util",
"log",
"native-tls",
"tokio",
"tokio-native-tls",
"tungstenite",
]
@ -2368,7 +2366,6 @@ dependencies = [
"http",
"httparse",
"log",
"native-tls",
"rand",
"sha1",
"thiserror",

View File

@ -1,7 +1,7 @@
[package]
name = "chorus"
description = "A library for interacting with multiple Spacebar-compatible Instances at once."
version = "0.3.0"
version = "0.4.0"
license = "AGPL-3.0"
edition = "2021"
repository = "https://github.com/polyphony-chat/chorus"
@ -28,7 +28,7 @@ chrono = { version = "0.4.26", features = ["serde"] }
regex = "1.9.4"
custom_error = "1.9.2"
native-tls = "0.2.11"
tokio-tungstenite = { version = "0.20.0", features = ["native-tls"] }
tokio-tungstenite = { version = "0.20.0", fseatures = ["native-tls"] }
futures-util = "0.3.28"
http = "0.2.9"
openssl = "0.10.56"