Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from ralvescosta/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ralvescosta authored Jan 3, 2023
2 parents 3d5b83d + 66238b8 commit fd2e62a
Show file tree
Hide file tree
Showing 19 changed files with 363 additions and 374 deletions.
43 changes: 4 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions amqp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ traces = { path = "../traces" }
lapin = { version = "2.1.1" }
opentelemetry = { version = "0.18.0" }
uuid = { version = "1.2.2", features = ["v4"] }
async-trait = { version = "0.1.59" }
async-trait = { version = "0.1.60" }
tracing = { version = "0.1.37" }
serde_json = { version = "1.0.89" }
serde = { version = "1.0.150", features = ["derive"] }
serde_json = { version = "1.0.91" }
serde = { version = "1.0.152", features = ["derive"] }
tokio = { version = "1.23.0", features = ["default"] }
futures-util = { version = "0.3.25"}

Expand Down
Loading

0 comments on commit fd2e62a

Please sign in to comment.