Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Update Rust crate once_cell to 1.18.0 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ reqwest = { version = "0.11.14", features = ["json"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
serde_yaml = "0.9.17"
once_cell = "1.17.0"
once_cell = "1.18.0"
thiserror = "1.0.38"
tokio = { version = "1.25.0", features = ["full"] }
url = "2.3.1"
Expand All @@ -47,7 +47,7 @@ whoami = "1.3.0"
[build-dependencies]
chrono = "0.4.23"
regex = "1.7.1"
once_cell = "1.17.0"
once_cell = "1.18.0"
which = "4.4.0"

[[bin]]
Expand Down