Skip to content

Commit

Permalink
Update prima_bridge requirement from 0.16 to 0.17 (#116)
Browse files Browse the repository at this point in the history
Updates the requirements on [prima_bridge](https://github.com/primait/bridge.rs) to permit the latest version.
- [Release notes](https://github.com/primait/bridge.rs/releases)
- [Changelog](https://github.com/primait/bridge.rs/blob/master/CHANGELOG.md)
- [Commits](primait/bridge.rs@0.16.0...0.17.0)

---
updated-dependencies:
- dependency-name: prima_bridge
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent e323640 commit 2338b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ once_cell = "1.19.0"
[dev-dependencies]
actix-web = "4.0.1"
opentelemetry-jaeger = {version = "0.22", features = ["integration_test"]}
prima_bridge = "0.16"
prima_bridge = "0.17"
tokio = {version = "1.17", features = ["rt", "macros", "rt-multi-thread"]}
tracing-actix-web = {version = "0.7.11", features = ["opentelemetry_0_23"]}
uuid = {version = "1.10", features = ["v4"]}

0 comments on commit 2338b46

Please sign in to comment.