Skip to content

Commit

Permalink
Merge pull request #264 from gunther6000/main
Browse files Browse the repository at this point in the history
Updating Outdated dependencies
  • Loading branch information
aknarts authored Jun 10, 2024
2 parents 4c8a34d + f2e8575 commit 359a043
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ lazy_static = "1.4"
libsqlite3-sys = { version = "0.25.2", features = ["bundled"] }
log = "0.4"
once_cell = "1.8"
opener = "0.6"
opener = "0.7.1"
rand = "0.8"
regex = "1"
reqwest = { version = "0.11", features = ["json", "cookies", "blocking"] }
reqwest = { version = "0.12.4", features = ["json", "cookies", "blocking"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha-1 = "0.10"
threadpool = "1.8"
tokio = "1"
version-compare = "0.1"
zip = "0.6"
version-compare = "0.2.0"
zip = "2.1.3"

[target.'cfg(target_os = "windows")'.build-dependencies]
winres = "0.1"
Expand Down

0 comments on commit 359a043

Please sign in to comment.