Skip to content

Commit

Permalink
chore(deps): update rust crate once_cell to 1.19.0 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent 009927b commit 409f096
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 @@ -76,7 +76,7 @@ serde_json = { version = "1.0.108", features = [
rustc-hash = { version = "1.1.0", default-features = false, features = ["std"] }
indexmap = { version = "2.1.0", features = ["serde"] } # serde for Deserialize from package.json
dunce = "1.0.4" # Normalize Windows paths to the most compatible format, avoiding UNC where possible
once_cell = "1.18.0" # Use `std::sync::OnceLock::get_or_try_init` when it is stable.
once_cell = "1.19.0" # Use `std::sync::OnceLock::get_or_try_init` when it is stable.
thiserror = { version = "1.0.50" }

codspeed-criterion-compat = { version = "2.3.3", default-features = false, optional = true }
Expand Down

0 comments on commit 409f096

Please sign in to comment.