From 5f3d31b36743ab04dd2142c8a0e0e73e780b5f15 Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Sun, 31 Jan 2021 01:02:07 -0300 Subject: [PATCH] chore(deps): update tiny_http to 0.8 (#1171) --- .cargo/audit.toml | 2 - cli/core/.cargo/audit.toml | 2 - cli/core/Cargo.lock | 91 +------------------ cli/core/Cargo.toml | 2 +- .../jest/fixtures/app/src-tauri/Cargo.toml | 1 - tauri/Cargo.toml | 2 +- 6 files changed, 4 insertions(+), 96 deletions(-) delete mode 100644 .cargo/audit.toml delete mode 100644 cli/core/.cargo/audit.toml diff --git a/.cargo/audit.toml b/.cargo/audit.toml deleted file mode 100644 index 52f6f6dd3..000000000 --- a/.cargo/audit.toml +++ /dev/null @@ -1,2 +0,0 @@ -[advisories] -ignore = ["RUSTSEC-2020-0031"] diff --git a/cli/core/.cargo/audit.toml b/cli/core/.cargo/audit.toml deleted file mode 100644 index 52f6f6dd3..000000000 --- a/cli/core/.cargo/audit.toml +++ /dev/null @@ -1,2 +0,0 @@ -[advisories] -ignore = ["RUSTSEC-2020-0031"] diff --git a/cli/core/Cargo.lock b/cli/core/Cargo.lock index 4ecf47a12..0228f7bf6 100755 --- a/cli/core/Cargo.lock +++ b/cli/core/Cargo.lock @@ -249,16 +249,6 @@ version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" -[[package]] -name = "cfb" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca453e8624711b2f0f4eb47076a318feda166252a827ee25d067b43de83dcba0" -dependencies = [ - "byteorder", - "uuid", -] - [[package]] name = "cfg-if" version = "0.1.10" @@ -574,70 +564,6 @@ version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" -[[package]] -name = "encoding" -version = "0.2.33" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec" -dependencies = [ - "encoding-index-japanese", - "encoding-index-korean", - "encoding-index-simpchinese", - "encoding-index-singlebyte", - "encoding-index-tradchinese", -] - -[[package]] -name = "encoding-index-japanese" -version = "1.20141219.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91" -dependencies = [ - "encoding_index_tests", -] - -[[package]] -name = "encoding-index-korean" -version = "1.20141219.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81" -dependencies = [ - "encoding_index_tests", -] - -[[package]] -name = "encoding-index-simpchinese" -version = "1.20141219.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7" -dependencies = [ - "encoding_index_tests", -] - -[[package]] -name = "encoding-index-singlebyte" -version = "1.20141219.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a" -dependencies = [ - "encoding_index_tests", -] - -[[package]] -name = "encoding-index-tradchinese" -version = "1.20141219.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" -dependencies = [ - "encoding_index_tests", -] - -[[package]] -name = "encoding_index_tests" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" - [[package]] name = "encoding_rs" version = "0.8.26" @@ -1385,18 +1311,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "msi" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a560d1c6b878d43f61c4c4cd252a75bff207347ecc959d89a71d3ec1c517dfe2" -dependencies = [ - "byteorder", - "cfb", - "encoding", - "uuid", -] - [[package]] name = "native-tls" version = "0.2.7" @@ -2519,7 +2433,6 @@ dependencies = [ "lazy_static", "libflate", "md5", - "msi", "regex", "runas", "serde 1.0.123", @@ -2691,9 +2604,9 @@ dependencies = [ [[package]] name = "tiny_http" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15ce4fc3c4cdea1a4399bb1819a539195fb69db4bbe0bde5b7c7f18fed412e02" +checksum = "eded47106b8e52d8ed8119f0ea6e8c0f5881e69783e0297b5a8462958f334bc1" dependencies = [ "ascii 1.0.0", "chrono", diff --git a/cli/core/Cargo.toml b/cli/core/Cargo.toml index 5da785379..a1188de7d 100644 --- a/cli/core/Cargo.toml +++ b/cli/core/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0" tauri-inliner = "0.0.1" kuchiki = "0.8" html5ever = "0.25" -tiny_http = "0.7" +tiny_http = "0.8" attohttpc = "0.15" url = "2.1" http = "0.2" diff --git a/cli/tauri.js/test/jest/fixtures/app/src-tauri/Cargo.toml b/cli/tauri.js/test/jest/fixtures/app/src-tauri/Cargo.toml index 84c4cd57b..4083590d9 100644 --- a/cli/tauri.js/test/jest/fixtures/app/src-tauri/Cargo.toml +++ b/cli/tauri.js/test/jest/fixtures/app/src-tauri/Cargo.toml @@ -24,7 +24,6 @@ icon = [ serde_json = "1.0.61" serde = "1.0" serde_derive = "1.0" -tiny_http = "0.7" phf = "0.8.0" includedir = "0.6.0" tauri = { path = "../../../../../../../tauri", features =["all-api"]} diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 181c6ec7f..301c6c969 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -26,7 +26,7 @@ phf = "0.8.0" base64 = "0.13.0" webbrowser = "0.5.5" lazy_static = "1.4.0" -tiny_http = { version = "0.7", optional = true } +tiny_http = { version = "0.8", optional = true } threadpool = "1.8" uuid = { version = "0.8.2", features = [ "v4" ] } anyhow = "1.0.38"