Commit 15aad72 1 parent 39adb1d commit 15aad72 Copy full SHA for 15aad72
File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### 2.4.0 (2024-07-16)
2
+
3
+ #### Bug Fixes
4
+
5
+ * Prevent ` basic_publish ` hangs in some rare corner case
6
+
1
7
### 2.3.4 (2024-05-01)
2
8
3
9
#### Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lapin"
3
- version = " 2.3.4 "
3
+ version = " 2.4.0 "
4
4
edition = " 2021"
5
5
authors = [" Geoffroy Couprie <geo.couprie@gmail.com>" , " Marc-Antoine Perennou <Marc-Antoine@Perennou.com>" ]
6
6
description = " AMQP client library"
@@ -25,15 +25,15 @@ rustls-webpki-roots-certs = ["amq-protocol/rustls-webpki-roots-certs"]
25
25
vendored-openssl = [" amq-protocol/vendored-openssl" ]
26
26
27
27
[build-dependencies .amq-protocol-codegen ]
28
- version = " ^7.0 "
28
+ version = " ^7.2.1 "
29
29
optional = true
30
30
31
31
[build-dependencies .serde_json ]
32
32
version = " ^1.0"
33
33
optional = true
34
34
35
35
[dependencies .amq-protocol ]
36
- version = " ^7.0 "
36
+ version = " ^7.2.1 "
37
37
default-features = false
38
38
39
39
[dependencies .async-global-executor-trait ]
You can’t perform that action at this time.
0 commit comments