Skip to content

Commit

Permalink
Fix outdated Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusCDE committed May 2, 2021
1 parent 8cdb5b4 commit e806e94
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Bastien Dejean <[email protected]>"]
name = "plato"
version = "0.9.16"
version = "0.9.17"
edition = "2018"

[[bin]]
Expand All @@ -27,28 +27,28 @@ required-features = ["fetcher"]
bitflags = "1.2.1"
downcast-rs = "1.2.0"
lazy_static = "1.4.0"
libc = "0.2.88"
libc = "0.2.94"
png = "0.16.8"
regex = "1.4.3"
serde = { version = "1.0.124", features = ["derive"] }
regex = "1.5.2"
serde = { version = "1.0.125", features = ["derive"] }
serde_json = "1.0.64"
titlecase = "1.1.0"
unicode-normalization = "0.1.17"
toml = "0.5.8"
zip = "0.5.11"
zip = "0.5.12"
kl-hyphenate = "0.7.3"
entities = "1.0.1"
paragraph-breaker = "0.4.3"
paragraph-breaker = "0.4.4"
xi-unicode = "0.3.0"
septem = "1.1.0"
byteorder = "1.4.2"
byteorder = "1.4.3"
flate2 = "1.0.14"
levenshtein = "1.0.5"
nix = "0.20.0"
indexmap = { version = "1.6.2", features = ["serde-1"] }
anyhow = "1.0.38"
anyhow = "1.0.40"
thiserror = "1.0.24"
walkdir = "2.3.1"
walkdir = "2.3.2"
globset = "0.4.6"
filetime = "0.2.14"
fxhash = "0.2.1"
Expand All @@ -63,7 +63,7 @@ version = "0.2.21"
optional = true

[dependencies.reqwest]
version = "0.11.1"
version = "0.11.3"
features = ["rustls-tls", "json", "blocking"]
default-features = false
optional = true
Expand All @@ -73,11 +73,11 @@ features = ["serde"]
version = "0.4.19"

[dependencies.sdl2]
version = "0.34.3"
version = "0.34.5"
optional = true

[dependencies.signal-hook]
version = "0.3.6"
version = "0.3.8"
optional = true

[features]
Expand Down

0 comments on commit e806e94

Please sign in to comment.