chore: update dependencies and add Cargo.lock

This commit is contained in:
Paul Delafosse 2024-01-24 16:59:34 +01:00
parent 37bcbf01fa
commit 5bacedc486
3 changed files with 1657 additions and 9 deletions

3
.gitignore vendored
View file

@ -1,2 +1 @@
/target
/Cargo.lock
/target

1649
Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -10,15 +10,15 @@ readme = "README.md"
keywords = ["icons", "gui", "freedesktop"]
[dependencies]
dirs = "4.0.0"
rust-ini = "0.18.0"
thiserror = "1.0.31"
once_cell = "1.10.0"
xdg = "2.4.1"
dirs = "5.0.1"
rust-ini = "0.20.0"
thiserror = "1.0.56"
once_cell = "1.19.0"
xdg = "2.5.2"
[dev-dependencies]
speculoos = "0.9.0"
anyhow = "1.0.57"
speculoos = "0.11.0"
anyhow = "1.0.79"
linicon = "2.3.0"
gtk4 = "0.4.7"
criterion = "0.3.5"