Skip to content

Commit

Permalink
fix(deps): update rust crate once_cell to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent a441659 commit f270f85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tauri-build = { version = "1.5.0", features = [] }

[dependencies]
serde_json = "1.0"
once_cell = "1.18.0"
once_cell = "1.19.0"
percent-encoding = "2.3"
regex = "1.10.2"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit f270f85

Please sign in to comment.