Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Aug 14, 2022
1 parent f61e1ba commit 2a445fa
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 27 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Fix many Windows bugs
- Fix overriding built-in shortcodes
- Support .yml files with `load_data`

## 0.16.0 (2022-07-16)

Expand Down
80 changes: 55 additions & 25 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions components/libs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
ahash = "0.7.6"
ahash = "0.8"
ammonia = "3"
atty = "0.2.11"
base64 = "0.13"
Expand All @@ -29,7 +29,7 @@ relative-path = "1"
reqwest = { version = "0.11", default-features = false, features = ["blocking"] }
sass-rs = "0.2"
serde_json = "1"
serde_yaml = "0.8"
serde_yaml = "0.9"
sha2 = "0.10"
slug = "0.1"
svg_metadata = "0.4"
Expand Down

0 comments on commit 2a445fa

Please sign in to comment.