Skip to content

Commit

Permalink
fix(deps): update rust crate memoize to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2023
1 parent d13cf8a commit cbc143e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ description = "An Unofficial Solo2 Desktop App"
tauri-build = { version = "1.5.0", features = ["isolation"] }

[dependencies]
memoize = { version = "0.4.0", features = ["lru"] }
memoize = { version = "0.4.2", features = ["lru"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
solo2 = { version = "0.2.2", features = ["dev-pki"] }
Expand Down

0 comments on commit cbc143e

Please sign in to comment.