Skip to content

Commit

Permalink
fix(deps): update rust crate url to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent e6060fb commit 519d031
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 @@ -55,7 +55,7 @@ serde = { version = "1.0.200", features = ["derive"] }
serde_qs = "0.13"
serde_yaml = "0.9.34"
serde_urlencoded = "0.7.1"
url = { version = "2", features = ["serde"] }
url = { version = "2.5.0", features = ["serde"] }
reqwest = { version = "0.11", features = [
"json",
"rustls-tls",
Expand Down

0 comments on commit 519d031

Please sign in to comment.