Skip to content

Commit

Permalink
Update http-serde requirement from 1.1.2 to 2.1.1
Browse files Browse the repository at this point in the history
Updates the requirements on [http-serde](https://gitlab.com/kornelski/http-serde) to permit the latest version.
- [Commits](https://gitlab.com/kornelski/http-serde/compare/v1.1.2...v2.1.1)

---
updated-dependencies:
- dependency-name: http-serde
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent 4e2ed25 commit a1a5655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "nickserv account verification URL bot"
clap = { version = "4.0.8", features = ["derive"] }
dxr = "0.4.0"
http = "0.2.8"
http-serde = "1.1.2"
http-serde = "2.1.1"
hyper = "0.14.20"
regex = "1.6.0"
serde = { version = "1.0.145", features = ["derive"] }
Expand Down

0 comments on commit a1a5655

Please sign in to comment.