diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-11 15:15:41 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-12-11 15:18:59 +0000 |
| commit | bb2c1c30dcecc74ab1b580c908cd1f769cc7d36c (patch) | |
| tree | 107d097158822a8a901faeabb949019aced64465 | |
| parent | e609e50ebbff97edc1c9794f30a596be8e1a115e (diff) | |
deps(crates): bump once_cell from 1.18.0 to 1.19.0
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](https://github.com/matklad/once_cell/compare/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]>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -910,9 +910,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl-probe" @@ -16,7 +16,7 @@ env_logger = "0.10.0" include_dir = "0.7.3" log = "0.4.20" poise = "0.5.7" -once_cell = "1.18.0" +once_cell = "1.19.0" rand = "0.8.5" redis = { version = "0.23.3", features = ["tokio-comp", "tokio-rustls-comp"] } redis-macros = "0.2.1" |
