Skip to content

Commit

Permalink
Bump once_cell from 1.18.0 to 1.19.0 (#255)
Browse files Browse the repository at this point in the history
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.19.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 9, 2024
1 parent 5c7fc7f commit 336498e
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ futures-timer = { version = "3.0.0", optional = true }
http = { version = "0.2.11", optional = true } # same as hyper
hyper = { version = "0.14", default-features = false, features = ["client", "http1", "http2"], optional = true }
log = "0.4.0"
once_cell = { version = "1.18.0", optional = true }
once_cell = { version = "1.19.0", optional = true }
pin-utils = { version = "0.1.0", optional = true }
pin-project = { version = "1.0.8", optional = true }
thiserror = "1.0"
Expand Down

0 comments on commit 336498e

Please sign in to comment.