Skip to content

Commit

Permalink
Bump dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
alek3y committed Sep 21, 2024
1 parent 1c2230d commit 1117e6a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ jobs:
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: '0.4.34'
mdbook-version: '0.4.40'

- name: Setup Graphviz
run: |
wget 'https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/10.0.1/ubuntu_22.04_graphviz-10.0.1-debs.tar.xz'
tar xvf ubuntu_22.04_graphviz-10.0.1-debs.tar.xz
sudo apt-get install -y fonts-liberation ./graphviz_10.0.1-1_amd64.deb ./libgraphviz4_10.0.1-1_amd64.deb
wget 'https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/12.1.1/ubuntu_22.04_graphviz-12.1.1-debs.tar.xz'
tar -xvf ubuntu_22.04_graphviz-12.1.1-debs.tar.xz
sudo apt-get install -y fonts-liberation ./graphviz_12.1.1-1_amd64.deb ./libgraphviz4_12.1.1-1_amd64.deb
- name: Download the katex preprocessor
run: |
wget 'https://github.com/lzanini/mdbook-katex/releases/download/v0.5.7/mdbook-katex-v0.5.7-x86_64-unknown-linux-gnu.tar.gz'
tar xvf mdbook-katex-v0.5.7-x86_64-unknown-linux-gnu.tar.gz
wget 'https://github.com/lzanini/mdbook-katex/releases/download/0.9.0-binaries/mdbook-katex-v0.9.0-x86_64-unknown-linux-gnu.tar.gz'
tar -xvf mdbook-katex-v0.9.0-x86_64-unknown-linux-gnu.tar.gz
mv -v mdbook-katex ~/.cargo/bin
- name: Build the dot preprocessor
Expand Down
10 changes: 5 additions & 5 deletions deps/mdbook-dot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"

[dependencies]
mdbook = {version = "0.4.34", default-features = false}
serde_json = "1.0"
rayon = "1.8"
regex = "1.9.6"
base64 = "0.21.4"
mdbook = {version = "0.4.40", default-features = false}
serde_json = "1.0.128"
rayon = "1.10.0"
regex = "1.10.6"
base64 = "0.22.1"

0 comments on commit 1117e6a

Please sign in to comment.