Skip to content

Commit

Permalink
fix(deps): update rust crate open to 5.1.0 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: simonsan <[email protected]>
  • Loading branch information
renovate[bot] and simonsan authored Mar 2, 2024
1 parent e32cae3 commit 668d1de
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 crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ itertools = "0.12.1"
log = "0.4.21"
merge = "0.1.0"
miette = { version = "7.1.0", features = ["fancy"] }
open = "5.0.2"
open = "5.1.0"
parking_lot = { version = "0.12.1", features = ["deadlock_detection"] }
rayon = "1.9.0"
rusqlite = { version = "0.31.0", features = ["bundled", "chrono", "uuid"], optional = true }
Expand Down

0 comments on commit 668d1de

Please sign in to comment.