mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-17 05:05:03 +01:00
Merge remote-tracking branch 'origin/main'
# Conflicts: # Cargo.lock # amqp_transport/src/connection.rs
This commit is contained in:
commit
b67c722c19
24 changed files with 504 additions and 433 deletions
|
|
@ -9,10 +9,12 @@ edition = "2021"
|
|||
amqp_core = { path = "../amqp_core" }
|
||||
amqp_messaging = { path = "../amqp_messaging" }
|
||||
anyhow = "1.0.53"
|
||||
bytes = "1.1.0"
|
||||
nom = "7.1.0"
|
||||
once_cell = "1.9.0"
|
||||
rand = "0.8.4"
|
||||
regex = "1.5.4"
|
||||
smallvec = { version = "1.8.0", features = ["union"] }
|
||||
thiserror = "1.0.30"
|
||||
tokio = { version = "1.16.1", features = ["full", "tracing"] }
|
||||
tracing = "0.1.30"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue