Skip to content

Commit 91377f4

Browse files
authored
Bump versions (#1062)
* Bump versions * Add macOS suppression
1 parent a40f904 commit 91377f4

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
echo "leak:dyld4::RuntimeState"
9292
echo "leak:fetchInitializingClassList"
9393
echo "leak:std::sys::pal::unix::stack_overflow::imp::init"
94+
echo "leak:dyld::ThreadLocalVariables::instantiateVariable"
95+
echo "leak:_tlv_get_addr"
9496
} > suppressions.txt
9597
export LSAN_OPTIONS="suppressions=$(pwd)/suppressions.txt"
9698
fi

data-url/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "data-url"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Simon Sapin <[email protected]>"]
55
description = "Processing of data: URL according to WHATWG’s Fetch Standard"
66
categories = ["no_std"]

form_urlencoded/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "form_urlencoded"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
authors = ["The rust-url developers"]
55
description = "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms."
66
categories = ["no_std"]

idna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "idna"
3-
version = "1.0.3"
3+
version = "1.1.0"
44
authors = ["The rust-url developers"]
55
description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
66
keywords = ["no_std", "web", "http"]

percent_encoding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "percent-encoding"
3-
version = "2.3.1"
3+
version = "2.3.2"
44
authors = ["The rust-url developers"]
55
description = "Percent encoding and decoding"
66
categories = ["no_std"]

0 commit comments

Comments
 (0)