From 512600af0b44ed12401a1389cc9b2a910688e79d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 08:32:54 +0000 Subject: [PATCH] fix(deps): update rust crate hurl_core4 to v4.3.0 --- Cargo.lock | 48 +++++++++++++++++++----------------------------- Cargo.toml | 4 ++-- 2 files changed, 21 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14b789c..f3bd3d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ dependencies = [ "bitflags 1.3.2", "bytes", "futures-util", - "http 0.2.9", + "http", "http-body", "hyper", "itoa", @@ -138,7 +138,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http 0.2.9", + "http", "http-body", "mime", "rustversion", @@ -583,7 +583,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http 0.2.9", + "http", "indexmap 1.9.3", "slab", "tokio", @@ -626,17 +626,6 @@ dependencies = [ "itoa", ] -[[package]] -name = "http" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" -dependencies = [ - "bytes", - "fnv", - "itoa", -] - [[package]] name = "http-body" version = "0.4.5" @@ -644,7 +633,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", - "http 0.2.9", + "http", "pin-project-lite", ] @@ -697,7 +686,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http 0.2.9", + "http", "http-body", "httparse", "httpdate", @@ -927,15 +916,16 @@ dependencies = [ [[package]] name = "multer" -version = "3.1.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" +checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2" dependencies = [ "bytes", "encoding_rs", "futures-util", - "http 1.1.0", + "http", "httparse", + "log", "memchr", "mime", "spin", @@ -1012,7 +1002,7 @@ checksum = "7f51189ce8be654f9b5f7e70e49967ed894e84a06fc35c6c042e64ac1fc5399e" dependencies = [ "async-trait", "bytes", - "http 0.2.9", + "http", "opentelemetry", ] @@ -1351,9 +1341,9 @@ checksum = "c707298afce11da2efef2f600116fa93ffa7a032b5d7b628aa17711ec81383ca" [[package]] name = "rocket" -version = "0.5.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a516907296a31df7dc04310e7043b61d71954d703b603cc6867a026d7e72d73f" +checksum = "9e7bb57ccb26670d73b6a47396c83139447b9e7878cab627fdfe9ea8da489150" dependencies = [ "async-stream", "async-trait", @@ -1414,7 +1404,7 @@ dependencies = [ "cookie", "either", "futures", - "http 0.2.9", + "http", "hyper", "indexmap 2.0.2", "log", @@ -1435,9 +1425,9 @@ dependencies = [ [[package]] name = "rstest" -version = "0.21.0" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afd55a67069d6e434a95161415f5beeada95a01c7b815508a82dcb0e1593682" +checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199" dependencies = [ "rstest_macros", "rustc_version", @@ -1445,9 +1435,9 @@ dependencies = [ [[package]] name = "rstest_macros" -version = "0.21.0" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4165dfae59a39dd41d8dec720d3cbfbc71f69744efb480a3920f5d4e0cc6798d" +checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605" dependencies = [ "cfg-if", "glob", @@ -1592,7 +1582,7 @@ dependencies = [ "chrono", "comfy-table", "crossterm 0.27.0", - "http 0.2.9", + "http", "opentelemetry", "opentelemetry-http", "pin-project", @@ -2033,7 +2023,7 @@ dependencies = [ "base64", "bytes", "h2", - "http 0.2.9", + "http", "http-body", "hyper", "hyper-timeout", diff --git a/Cargo.toml b/Cargo.toml index 1a0d1d4..5e200c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.72.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rocket = { version = "=0.5.1", features = ["json", "http2", "uuid"] } +rocket = { version = "=0.5.0", features = ["json", "http2", "uuid"] } shuttle-rocket = "0.42.0" shuttle-runtime = "0.42.0" tokio = "1.26.0" @@ -18,4 +18,4 @@ anyhow = "1.0" hurl_core4 = {package = "hurl_core", version = "4.1.0"} [dev-dependencies] -rstest = { version = "0.21.0", default-features = false } \ No newline at end of file +rstest = { version = "0.18.2", default-features = false } \ No newline at end of file