Skip to content

Commit

Permalink
Upgrade once_cell crate to 1.16 version (#44)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2022
1 parent ac4e97a commit 468f8a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async-fs = "1.6"
baza = { package = "baza-lib", path = "../lib" }
baza-api-s3 = { path = "../api/s3" }
cucumber = { version = "0.15", features = ["libtest"] }
once_cell = "1.15"
once_cell = "1.16"
rand = "0.8"
rusoto_core = "0.48"
rusoto_credential = "0.48"
Expand Down

0 comments on commit 468f8a2

Please sign in to comment.