Skip to content

Commit

Permalink
relaxed dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
minghuaw committed Jul 30, 2022
1 parent 5f00a3f commit f56bddf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fe2o3-amqp-ws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fe2o3-amqp-ws"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "WebSocket binding stream for AMQP1.0"
license = "MIT/Apache-2.0"
Expand All @@ -25,10 +25,10 @@ rustls-tls-native-roots = ["tokio-tungstenite/rustls-tls-native-roots"]
rustls-tls-webpki-roots = ["tokio-tungstenite/rustls-tls-webpki-roots"]

[dependencies]
futures-util = "0.3.21"
pin-project-lite = "0.2.9"
tokio = "1.20.1"
tokio-tungstenite = "0.17.2"
tungstenite = "0.17.3"
futures-util = "0.3"
pin-project-lite = "0.2"
tokio = "1"
tokio-tungstenite = "0.17"
tungstenite = "0.17"
http = "0.2"
thiserror = "1"
4 changes: 4 additions & 0 deletions fe2o3-amqp-ws/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# fe2o3-amqp-ws

## 0.1.2

1. Relaxed dependency versions

## 0.1.1

1. Fixed typo in docs
Expand Down

0 comments on commit f56bddf

Please sign in to comment.