Skip to content

Commit

Permalink
Merge pull request #3 from oxidecomputer/renovate/bb8-0.x
Browse files Browse the repository at this point in the history
Update Rust crate bb8 to 0.8
  • Loading branch information
bnaecker authored Apr 6, 2022
2 parents 2e0e78a + a45382d commit 3bce266
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 @@ -16,4 +16,4 @@ uuid = { version = "0.8", features = [ "v4", "serde" ] }
diesel = { git = "https://github.com/diesel-rs/diesel", rev = "ce77c382", features = [ "postgres", "r2d2" ] }
tokio = { version = "1", features = [ "macros", "rt-multi-thread" ] }
async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel", rev = "22c26ef" }
bb8 = "0.7"
bb8 = "0.8"

0 comments on commit 3bce266

Please sign in to comment.