build: 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] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-21 23:35:50 +00:00
parent accac17b22
commit f8195faaa1
7 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ edition = "2021"
dirs = "5.0.0"
epoll = "4.3.3"
libc = "0.2.147"
once_cell = "1.18.0"
once_cell = "1.19.0"
serde = { version = "1.0.168", features = ["rc", "derive"] }
serde_json = "1.0.107"
ssh2 = { version = "0.9.4", features = ["vendored-openssl"] }