Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baskerville committed Oct 8, 2022
1 parent c683912 commit ec8357c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 51 deletions.
67 changes: 26 additions & 41 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ crate-type = ["rlib"]
bitflags = "1.3.2"
downcast-rs = "1.2.0"
lazy_static = "1.4.0"
libc = "0.2.132"
png = "0.17.5"
libc = "0.2.134"
png = "0.17.6"
regex = "1.6.0"
serde = { version = "1.0.144", features = ["derive"] }
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.85"
titlecase = "2.2.0"
unicode-normalization = "0.1.21"
titlecase = "2.2.1"
unicode-normalization = "0.1.22"
toml = "0.5.9"
zip = "0.6.2"
kl-hyphenate = "0.7.3"
Expand All @@ -30,13 +30,13 @@ flate2 = "1.0.24"
levenshtein = "1.0.5"
nix = "0.25.0"
indexmap = { version = "1.9.1", features = ["serde-1"] }
anyhow = "1.0.63"
thiserror = "1.0.33"
anyhow = "1.0.65"
thiserror = "1.0.37"
walkdir = "2.3.2"
globset = "0.4.9"
filetime = "0.2.17"
fxhash = "0.2.1"
rand_core = "0.6.3"
rand_core = "0.6.4"
rand_xoshiro = "0.6.0"
percent-encoding = "2.1.0"
percent-encoding = "2.2.0"
chrono = { version = "0.4.22", features = ["serde"] }
2 changes: 1 addition & 1 deletion crates/fetcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ plato-core = { path = "../core" }
signal-hook = "0.3.14"

[dependencies.reqwest]
version = "0.11.11"
version = "0.11.12"
features = ["rustls-tls", "json", "blocking"]
default-features = false

0 comments on commit ec8357c

Please sign in to comment.