Skip to content

Commit

Permalink
Upgrade depedency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Draculente committed Oct 4, 2023
1 parent 131d685 commit a16febe
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 28 deletions.
148 changes: 125 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = "0.2.1"
edition = "2021"

[dependencies]
toml = "0.5.9"
serde = "1.0.144"
serde_derive = "1.0.147"
urlencoding = "2.1.2"
toml = "0.8.2"
serde = "1.0.188"
serde_derive = "1.0.188"
urlencoding = "2.1.3"
thhp = "0.2.0"
reqwest = { version = "0.11.14", features = ["blocking"] }
reqwest = { version = "0.11.22", features = ["blocking"] }
http-bytes = "0.1.0"
anyhow = "1.0.75"
clap = { version = "4.4.6", features = ["cargo"] }

0 comments on commit a16febe

Please sign in to comment.