Use newer dependency versions and different poppler library

This commit is contained in:
2023-10-09 20:50:33 +02:00
parent 8f7df7cdaa
commit a5a3783029
3 changed files with 108 additions and 84 deletions

View File

@ -4,10 +4,10 @@ version = "0.1.0"
edition = "2021"
[dependencies]
poppler = "0.3.2"
cairo-rs = "0.15.12"
glib-macros = "0.15.11"
gio = "0.15.12"
glib = "0.15.12"
gtk4 = "0.4.8"
poppler-rs = "0.22"
cairo-rs = "0.18.2"
glib-macros = "0.18.2"
gio = "0.18.2"
glib = "0.18.2"
gtk4 = "0.7.3"
clap = { version = "4.4.6", features = ["derive"] }