Skip to content

Commit e806e94

Browse files
committed
Fix outdated Cargo.toml
1 parent 8cdb5b4 commit e806e94

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Bastien Dejean <[email protected]>"]
33
name = "plato"
4-
version = "0.9.16"
4+
version = "0.9.17"
55
edition = "2018"
66

77
[[bin]]
@@ -27,28 +27,28 @@ required-features = ["fetcher"]
2727
bitflags = "1.2.1"
2828
downcast-rs = "1.2.0"
2929
lazy_static = "1.4.0"
30-
libc = "0.2.88"
30+
libc = "0.2.94"
3131
png = "0.16.8"
32-
regex = "1.4.3"
33-
serde = { version = "1.0.124", features = ["derive"] }
32+
regex = "1.5.2"
33+
serde = { version = "1.0.125", features = ["derive"] }
3434
serde_json = "1.0.64"
3535
titlecase = "1.1.0"
3636
unicode-normalization = "0.1.17"
3737
toml = "0.5.8"
38-
zip = "0.5.11"
38+
zip = "0.5.12"
3939
kl-hyphenate = "0.7.3"
4040
entities = "1.0.1"
41-
paragraph-breaker = "0.4.3"
41+
paragraph-breaker = "0.4.4"
4242
xi-unicode = "0.3.0"
4343
septem = "1.1.0"
44-
byteorder = "1.4.2"
44+
byteorder = "1.4.3"
4545
flate2 = "1.0.14"
4646
levenshtein = "1.0.5"
4747
nix = "0.20.0"
4848
indexmap = { version = "1.6.2", features = ["serde-1"] }
49-
anyhow = "1.0.38"
49+
anyhow = "1.0.40"
5050
thiserror = "1.0.24"
51-
walkdir = "2.3.1"
51+
walkdir = "2.3.2"
5252
globset = "0.4.6"
5353
filetime = "0.2.14"
5454
fxhash = "0.2.1"
@@ -63,7 +63,7 @@ version = "0.2.21"
6363
optional = true
6464

6565
[dependencies.reqwest]
66-
version = "0.11.1"
66+
version = "0.11.3"
6767
features = ["rustls-tls", "json", "blocking"]
6868
default-features = false
6969
optional = true
@@ -73,11 +73,11 @@ features = ["serde"]
7373
version = "0.4.19"
7474

7575
[dependencies.sdl2]
76-
version = "0.34.3"
76+
version = "0.34.5"
7777
optional = true
7878

7979
[dependencies.signal-hook]
80-
version = "0.3.6"
80+
version = "0.3.8"
8181
optional = true
8282

8383
[features]

0 commit comments

Comments
 (0)