Skip to content

Commit

Permalink
Bump once_cell from 1.17.0 to 1.19.0
Browse files Browse the repository at this point in the history
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.0 to 1.19.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.17.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]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent 245c1a1 commit 3b3cdae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -947,9 +947,9 @@ dependencies = [

[[package]]
name = "once_cell"
version = "1.17.0"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"

[[package]]
name = "os_pipe"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ calypso_repl = { path = "libs/calypso_repl", version = "0.1.0" }
calypso_base = { path = "libs/calypso_base", version = "0.1.0", default-features = false, features = ["ui"] }
saturnvm = { path = "libs/saturnvm", version = "0.1.0" }
tracing-subscriber = { version = "0.3.15", features = ["parking_lot", "env-filter", "json"] }
once_cell = "1.15.0"
once_cell = "1.19.0"
calypso_common = { path = "libs/calypso_common", version = "0.1.0" }
calypso_filety = { path = "libs/calypso_filety", version = "3.0.0" }
calypso_ast = { path = "libs/calypso_ast", version = "0.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion libs/calypso_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version = "1.66.1"

[dependencies]
lasso = { version = "0.6.0", features = ["multi-threaded"], optional = true }
once_cell = { version = "1.15.0", optional = true }
once_cell = { version = "1.19.0", optional = true }
lazy_static = { version = "1.4.0", optional = true }
termcolor = { version = "1.1.3", optional = true }
atty = { version = "0.2.14", optional = true }
Expand Down

0 comments on commit 3b3cdae

Please sign in to comment.