Skip to content

Commit

Permalink
Merge pull request #241 from rscarson/dependabot/cargo/src-tauri/serd…
Browse files Browse the repository at this point in the history
…e-1.0.160

Bump serde from 1.0.159 to 1.0.160 in /src-tauri
  • Loading branch information
rscarson committed Apr 20, 2023
2 parents 12d24bc + b1b284c commit 2ad1d1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -19,7 +19,7 @@ embedded-lang = "0.7.0"
#lavendeux-parser = "0.8.1"
lavendeux-parser = { git = "https://github.com/rscarson/lavendeux-parser" }
tauri = { version = "2.0.0-alpha.4", features = ["cli", "clipboard-all", "dialog-all", "global-shortcut-all", "shell-open", "system-tray"] }
serde = { version = "1.0.158", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
single-instance = "0.3.3"
serde_json = "1.0.95"
time = { version = "^0.3.15", features = ["formatting"] }
Expand Down

0 comments on commit 2ad1d1a

Please sign in to comment.