浏览代码

Bump versions (#1062)

* Bump versions

* Add macOS suppression
Valentin Gosu 1 年之前
父节点
当前提交
91377f48bf
共有 5 个文件被更改,包括 6 次插入4 次删除
  1. 2 0
      .github/workflows/main.yml
  2. 1 1
      data-url/Cargo.toml
  3. 1 1
      form_urlencoded/Cargo.toml
  4. 1 1
      idna/Cargo.toml
  5. 1 1
      percent_encoding/Cargo.toml

+ 2 - 0
.github/workflows/main.yml

@@ -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 - 1
data-url/Cargo.toml

@@ -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"]

+ 1 - 1
form_urlencoded/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 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."
 categories = ["no_std"]

+ 1 - 1
idna/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "idna"
-version = "1.0.3"
+version = "1.1.0"
 authors = ["The rust-url developers"]
 description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
 keywords = ["no_std", "web", "http"]

+ 1 - 1
percent_encoding/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "percent-encoding"
-version = "2.3.1"
+version = "2.3.2"
 authors = ["The rust-url developers"]
 description = "Percent encoding and decoding"
 categories = ["no_std"]