Skip to content
This repository was archived by the owner on Jan 25, 2025. It is now read-only.

Commit 2892962

Browse files
Bump once_cell from 1.18.0 to 1.19.0 (#119)
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>
1 parent 5d41993 commit 2892962

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zia-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tracing = { version = "0.1", default-features = false, features = ["release_max_
1515
wsocket = { version = "0.2", default-features = false, features = ["client", "handshake"] }
1616
tokio-rustls = { version = "0.25", default-features = false, features = ["ring"] }
1717
url = { version = "2.5", default-features = false, features = ["serde"] }
18-
once_cell = { version = "1.18", default-features = false }
18+
once_cell = { version = "1.19", default-features = false }
1919
rustls-pki-types = { version = "1.0", default-features = false }
2020
webpki-roots = { version = "0.26", default-features = false }
2121
async-trait = { version = "0.1", default-features = false }

0 commit comments

Comments
 (0)