Skip to content

Commit

Permalink
Bump serde_json from 1.0.96 to 1.0.108 in /src-tauri
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.96 to 1.0.108.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.96...v1.0.108)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 30, 2023
1 parent 510722f commit b6a710f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 11 deletions.
42 changes: 32 additions & 10 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 @@ -21,7 +21,7 @@ lavendeux-parser = { git = "https://github.com/rscarson/lavendeux-parser" }
tauri = { version = "2.0.0-alpha.8", features = ["cli", "clipboard-all", "dialog-all", "global-shortcut-all", "shell-open", "system-tray"] }
serde = { version = "1.0.160", features = ["derive"] }
single-instance = "0.3.3"
serde_json = "1.0.96"
serde_json = "1.0.108"
time = { version = "^0.3.30", features = ["formatting"] }
enigo = "0.1.2"

Expand Down

0 comments on commit b6a710f

Please sign in to comment.