Skip to content

Commit

Permalink
chore: bump dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
lgou2w committed Jan 29, 2024
1 parent 453f89e commit b09a45f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

42 changes: 21 additions & 21 deletions pnpm-lock.yaml

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 @@ -27,8 +27,8 @@ once_cell = "1.19.0"
paste = "1.0.14"
reqwest = { version = "0.11.23", features = ["json", "stream"] }
sea-orm = { version = "0.12.12", features = ["sqlx-sqlite", "runtime-tokio", "macros", "runtime-tokio-native-tls"], default-features = false }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
shadow-rs = "0.26.1"
sqlx-core = "0.7.3"
tauri = { version = "1.5.4", features = ["clipboard-all", "dialog-all", "path-all", "process-all", "shell-all", "devtools"] }
Expand Down

0 comments on commit b09a45f

Please sign in to comment.