Skip to content

Commit 6e59bef

Browse files
authored
Bump dependencies (#97)
1 parent 7be1e89 commit 6e59bef

5 files changed

Lines changed: 128 additions & 101 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Get Rust toolchain
20-
uses: dtolnay/rust-toolchain@1.85.0
20+
uses: dtolnay/rust-toolchain@1.87.0
2121

2222
- name: Get Rust cache
2323
uses: Swatinem/rust-cache@v2
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v4
50-
- uses: dtolnay/rust-toolchain@1.85.0
50+
- uses: dtolnay/rust-toolchain@1.87.0
5151
with:
5252
components: clippy, rustfmt
5353
- uses: Swatinem/rust-cache@v2

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Changed
11+
- Bumped resvg to v0.46, pdf-writer to v0.14, oxi-png to v10, and miniz_oxide to v0.9.
12+
13+
814
## [0.13.0]
915

1016
### Changed

0 commit comments

Comments
 (0)