Skip to content

Commit

Permalink
Updated dependencies and incremented version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Revertron committed Jul 25, 2022
1 parent c8f68cb commit 492bb4e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alfis"
version = "0.7.6"
version = "0.7.7"
authors = ["Revertron <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand All @@ -25,7 +25,7 @@ signature = "1.5"
blakeout = "0.3.0"
num_cpus = "1.13.1"
byteorder = "1.4.3"
serde = { version = "1.0.138", features = ["derive"] }
serde = { version = "1.0.140", features = ["derive"] }
serde_json = "1.0.82"
bincode = "1.3.3"
serde_cbor = "0.11.2"
Expand All @@ -40,14 +40,14 @@ sqlite = "0.26.0"
uuid = { version = "1.1.2", features = ["serde", "v4"] }
mio = { version = "0.8.4", features = ["os-poll", "net"] }
ureq = { version = "2.5", optional = true }
lru = "0.7.7"
lru = "0.7.8"
derive_more = "0.99.17"
lazy_static = "1.4.0"

# Optional dependencies regulated by features
web-view = { version = "0.7.3", features = [], optional = true }
tinyfiledialogs = { version = "3.9.1", optional = true }
open = { version = "3.0.1", optional = true }
open = { version = "3.0.2", optional = true }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] }
Expand Down

0 comments on commit 492bb4e

Please sign in to comment.