Skip to content

Commit

Permalink
Prepare a new release, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-abramov committed Sep 23, 2023
1 parent e36abf8 commit 27b9830
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# 0.20.1

- Fix RUSTSEC-2023-0053.
- Fix transitive CVE-2023-43669 from `tungstenite`.

# 0.20.0

- Change the buffering behavior for `Sink::send()` and `Sink::feed()`, [see `tungstenite`'s changelog for more details](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md#0200).
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -6,9 +6,9 @@ keywords = ["websocket", "io", "web"]
authors = ["Daniel Abramov <dabramov@snapview.de>", "Alexey Galakhov <agalakhov@snapview.de>"]
license = "MIT"
homepage = "https://github.com/snapview/tokio-tungstenite"
documentation = "https://docs.rs/tokio-tungstenite/0.20.0"
documentation = "https://docs.rs/tokio-tungstenite/0.20.1"
repository = "https://github.com/snapview/tokio-tungstenite"
version = "0.20.0"
version = "0.20.1"
edition = "2018"
rust-version = "1.63"
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
Expand All @@ -33,7 +33,7 @@ futures-util = { version = "0.3.28", default-features = false, features = ["sink
tokio = { version = "1.0.0", default-features = false, features = ["io-util"] }

[dependencies.tungstenite]
version = "0.20.0"
version = "0.20.1"
default-features = false

[dependencies.native-tls-crate]
Expand Down

0 comments on commit 27b9830

Please sign in to comment.