aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authortilpner2020-05-29 10:56:09 +0200
committertilpner2020-05-29 10:56:09 +0200
commit32139f8f178a40e3aff155a5bc035157f2cfca42 (patch)
tree55a3054ecc7deb08241e9501c349c93331794ff6 /Cargo.lock
parent6f0beed9c2219268807b9a7302ec374431624043 (diff)
downloadgithub-label-feed-32139f8f178a40e3aff155a5bc035157f2cfca42.tar.gz
github-label-feed-32139f8f178a40e3aff155a5bc035157f2cfca42.tar.xz
github-label-feed-32139f8f178a40e3aff155a5bc035157f2cfca42.zip
atom: entity-escape some user-defined input
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 57b53a9..e707082 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -530,6 +530,7 @@ dependencies = [
"structopt 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"tracing 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
"tracing-subscriber 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]