Skip to content

Commit

Permalink
build(deps): update bollard requirement from 0.17 to 0.18
Browse files Browse the repository at this point in the history
Updates the requirements on [bollard](https://github.com/fussybeaver/bollard) to permit the latest version.
- [Release notes](https://github.com/fussybeaver/bollard/releases)
- [Commits](fussybeaver/bollard@v0.17.0...v0.18.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent a6da843 commit c8deafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ futures = { version = "0.3.30", optional = true }
anyhow = { version = "1.0.82" }
bincode = { version = "2.0.0-rc.3" }
blake2 = { version = "0.10.6" }
bollard = { version = "0.17" }
bollard = { version = "0.18" }
futures = { version = "0.3.30" }
tokio = { version = "1.40", features = ["macros", "signal", "time", "io-std"] }
hex = { version = "0.4.3" }
Expand Down

0 comments on commit c8deafd

Please sign in to comment.