Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Oct 22, 2023
1 parent 3c39f11 commit 3f236e9
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 35 deletions.
90 changes: 61 additions & 29 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ bytemuck = { version = "1", features = [ "derive" ] }
camino = "1"
clap = "4"
colored = "2.0.4"
crossterm = "0.26"
crossterm = "0.27"
css-color-parser = "0.1"
diffy = "0.3"
dioxus-html = { git = "https://github.com/DioxusLabs/dioxus", rev = "fb52673433cc57a70c86185ffa7da5fa3a2394da" }
Expand All @@ -95,7 +95,7 @@ ignore = "0.4"
include_dir = "0.7"
indoc = "2"
intl-memoizer = "0.5"
itertools = "0.10"
itertools = "0.11"
log = "0.4"
magic-crypt = { version = "3", default-features = false }
mime_guess = "2"
Expand All @@ -110,7 +110,7 @@ regex = "1"
reqwest = { version = "0.11", features = ["json"] }
rink = { git = "https://github.com/DioxusLabs/dioxus", rev = "fb52673433cc57a70c86185ffa7da5fa3a2394da" }
ron = "0.8"
rquickjs = { version = "0.1", features = ["macro"] }
rquickjs = { version = "0.3", features = ["macro"] }
quick-js = "0.4.1"
rustc-hash = "1"
rusty-hook = "^0.11.2"
Expand All @@ -130,8 +130,8 @@ ansi_term = "0.12"
walkdir = "2"
smallvec = "1"
wasm-bindgen = "0.2"
wasmtime = "10"
wgpu = "0.16"
wasmtime = "13"
wgpu = "0.17"
winit = "0.28"
zip = "0.6"
prettify-js = "0.1.0"
Expand Down Expand Up @@ -202,7 +202,7 @@ features = [
[workspace.dependencies.comrak]
# We use comrak for markup processing.

version = "0.18"
version = "0.19"
# By default comrak ships with support for syntax highlighting using syntext for "fenced
# code blocks". We have disabled that by not using default features. We did that because
# we already have a way to show code in ftd, ftd.code. Further, comark requires syntect 4.6
Expand Down

0 comments on commit 3f236e9

Please sign in to comment.