Skip to content

Commit

Permalink
cargo: bump outdated http crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen-kdab committed Nov 17, 2023
1 parent f58ea94 commit 3a5074d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cxx-qt-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exclude = [ "**/generate.sh" ]
cxx.workspace = true
bytes = { version = "1.4", optional = true }
chrono = { version = "0.4.23", optional = true }
http = { version = "0.2", optional = true }
http = { version = "1.0", optional = true }
rgb = { version = "0.8", optional = true }
time = { version = "0.3.20", optional = true }
url = { version = "2.3", optional = true }
Expand Down

0 comments on commit 3a5074d

Please sign in to comment.