Skip to content

Commit

Permalink
chore: update url dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Oct 12, 2023
1 parent d12b689 commit d41a820
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stremio-official-addons = "=2.0.10"
# (De)Serialization
serde = { version = "1", features = ["derive"]}
serde_json = "1.0.*"
serde_url_params = "0.2.*"
serde_url_params = "0.2"
serde_bencode = "0.2.*"
stremio-serde-hex = "0.1.*" # keep track of https://github.com/fspmarshall/serde-hex/pull/8
serde_with = { version = "1.14.*", features = ["macros", "chrono"] }
Expand All @@ -50,7 +50,7 @@ flate2 = "1.0.*"
futures = "0.3.*"

http = "0.2.*"
url = { version = "2.2", features = ["serde"] }
url = { version = "2.4", features = ["serde"] }
percent-encoding = "2.1"

# Time
Expand Down Expand Up @@ -96,3 +96,4 @@ tokio-current-thread = "=0.2.0-alpha.1"
serde_test = "1.0"
assert_matches = "1.5"
pretty_assertions = "1"

0 comments on commit d41a820

Please sign in to comment.