diff options
| author | Tobias Schmitz <tobiasschmitz2001@gmail.com> | 2025-07-10 14:35:41 +0200 |
|---|---|---|
| committer | Tobias Schmitz <tobiasschmitz2001@gmail.com> | 2025-07-10 15:41:31 +0200 |
| commit | 0a0830ff93d7c92c3fe5bf882dbe0dd70e43b1aa (patch) | |
| tree | 8d4edc6cf7c9318d0ea909e9db165b1796bf10bc | |
| parent | df10cb8570defebda79f000c9ea4bd16eff81102 (diff) | |
fix: update krillapdf-accessibility
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1373,7 +1373,7 @@ dependencies = [ [[package]] name = "krilla" version = "0.4.0" -source = "git+https://github.com/saecki/krilla?branch=tag-attributes#736d8b7e2c9c43d3fcf8b6bf31fb1a179605cab9" +source = "git+https://github.com/saecki/krilla?branch=tag-attributes#f4149ade70a23c38dcbe2db22a604a4714456b2a" dependencies = [ "base64", "bumpalo", @@ -1402,7 +1402,7 @@ dependencies = [ [[package]] name = "krilla-svg" version = "0.1.0" -source = "git+https://github.com/saecki/krilla?branch=tag-attributes#736d8b7e2c9c43d3fcf8b6bf31fb1a179605cab9" +source = "git+https://github.com/saecki/krilla?branch=tag-attributes#f4149ade70a23c38dcbe2db22a604a4714456b2a" dependencies = [ "flate2", "fontdb", |
