Use newer dependency versions and different poppler library
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@ -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"] }
|
||||
|
Reference in New Issue
Block a user