Skip to content

Commit

Permalink
chore: dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Jan 8, 2023
1 parent aab6e0a commit 6b4347b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
66 changes: 33 additions & 33 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tauri-build = { version = "1.2", features = [] }
[dependencies]
auto-launch = "0.4"
dunce = "1.0"
once_cell = "1.16"
once_cell = "1.17"
parking_lot = "0.12"
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -26,7 +26,7 @@ sqlx = { version = "0.6", default-features = false, features = [ "runtime-tokio-
tauri = { version = "1.2", features = ["api-all", "system-tray"] }
thiserror = "1.0"
time = { version="0.3", features= ["serde", "parsing", "local-offset"] }
tokio = { version = "1.23", features = ["full"] }
tokio = { version = "1.24", features = ["full"] }
tracing = "0.1"
tracing-appender = "0.2"
tracing-subscriber = {version="0.3", features = ["json"] }
Expand Down

0 comments on commit 6b4347b

Please sign in to comment.