Skip to content

Commit

Permalink
Update http-serde requirement from 1.1 to 2.0
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.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent ded7e9a commit d4ad4a5
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 @@ -8,7 +8,7 @@ license = "Apache-2.0"

[dependencies]
axum = { version = "0.6" }
http-serde = "1.1"
http-serde = "2.0"
reqwest = { version = "0.11", features = ["tokio-rustls", "rustls-tls", "stream"], default-features = false }
clap = { version = "4.5.1", features = ["derive", "env"] }
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "signal"] }
Expand Down

0 comments on commit d4ad4a5

Please sign in to comment.