summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 0c603bd..bdbb5ce 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,15 +1,15 @@
[package]
name = "form_urlencoded"
-version = "1.0.1"
+version = "1.1.0"
authors = ["The rust-url developers"]
description = "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms."
repository = "https://github.com/servo/rust-url"
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
edition = "2018"
+rust-version = "1.51"
[lib]
test = false
[dependencies]
-matches = "0.1"
-percent-encoding = { version = "2.1.0", path = "../percent_encoding" }
+percent-encoding = { version = "2.2.0", path = "../percent_encoding" }