* Bump versions * Add macOS suppression
@@ -91,6 +91,8 @@ jobs:
echo "leak:dyld4::RuntimeState"
echo "leak:fetchInitializingClassList"
echo "leak:std::sys::pal::unix::stack_overflow::imp::init"
+ echo "leak:dyld::ThreadLocalVariables::instantiateVariable"
+ echo "leak:_tlv_get_addr"
} > suppressions.txt
export LSAN_OPTIONS="suppressions=$(pwd)/suppressions.txt"
fi
@@ -1,6 +1,6 @@
[package]
name = "data-url"
-version = "0.3.1"
+version = "0.3.2"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
description = "Processing of data: URL according to WHATWG’s Fetch Standard"
categories = ["no_std"]
name = "form_urlencoded"
-version = "1.2.1"
+version = "1.2.2"
authors = ["The rust-url developers"]
description = "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms."
name = "idna"
-version = "1.0.3"
+version = "1.1.0"
description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
keywords = ["no_std", "web", "http"]
name = "percent-encoding"
-version = "2.3.1"
+version = "2.3.2"
description = "Percent encoding and decoding"