Skip to content

Commit

Permalink
build(deps): bump once_cell from 1.19.0 to 1.20.2
Browse files Browse the repository at this point in the history
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.2.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.19.0...v1.20.2)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and elijah-potter committed Oct 14, 2024
1 parent 5514555 commit de62642
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 harper-ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ harper-html = { path = "../harper-html", version = "0.12.0" }
tower-lsp = "0.20.0"
tokio = { version = "1.40.0", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
clap = { version = "4.5.18", features = ["derive"] }
once_cell = "1.19.0"
once_cell = "1.20.2"
dirs = "5.0.1"
anyhow = "1.0.80"
serde_json = "1.0.128"
Expand Down
2 changes: 1 addition & 1 deletion harper-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ tracing = "0.1.40"
tracing-wasm = "0.2.1"
wasm-bindgen = "0.2.95"
harper-core = { path = "../harper-core", version = "0.12.0", features = ["concurrent"] }
once_cell = "1.19.0"
once_cell = "1.20.2"
serde-wasm-bindgen = "0.6.5"

0 comments on commit de62642

Please sign in to comment.