summaryrefslogtreecommitdiff
path: root/ext/http
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2022-09-08 18:04:59 +0100
committerGitHub <noreply@github.com>2022-09-08 19:04:59 +0200
commit93cbac69e8a53fbb393fc7a2f12654b223cf01ad (patch)
treee331da5ce48d740c3235c77be9e75dc2106a6b47 /ext/http
parent99c5381af4715cabc2de406cb29192ad5ca87915 (diff)
chore: update url crate to 2.3.1 (#15818)
Diffstat (limited to 'ext/http')
-rw-r--r--ext/http/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index 654f2ea03..b00127708 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -29,7 +29,7 @@ flate2 = "1.0.23"
fly-accept-encoding = "0.2.0"
hyper = { version = "0.14.18", features = ["server", "stream", "http1", "http2", "runtime"] }
mime = "0.3.16"
-percent-encoding = "2.1.0"
+percent-encoding = "2.2.0"
phf = { version = "0.10", features = ["macros"] }
ring = "0.16.20"
serde = { version = "1.0.136", features = ["derive"] }