From 291650984e497b335842fd33b20b04260764c266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 12:54:46 +0100 Subject: [PATCH] Bump byte-unit from 5.1.3 to 5.1.4 (#600) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- integration/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- server/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0a03cff1..4795a3101 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -691,9 +691,9 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "byte-unit" -version = "5.1.3" +version = "5.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbda27216be70d08546aa506cecabce0c5eb0d494aaaedbd7ec82c8ae1a60b46" +checksum = "33ac19bdf0b2665407c39d82dbc937e951e7e2001609f0fb32edd0af45a2d63e" dependencies = [ "rust_decimal", "serde", @@ -1758,7 +1758,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.5", "tokio", "tower-service", "tracing", diff --git a/integration/Cargo.toml b/integration/Cargo.toml index 6f6ff28ba..fc1665827 100644 --- a/integration/Cargo.toml +++ b/integration/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] assert_cmd = "2.0.13" async-trait = "0.1.77" -byte-unit = { version = "5.1.2", default-features = false, features = [ +byte-unit = { version = "5.1.4", default-features = false, features = [ "serde", "byte", ] } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 1a80cafba..56a82c893 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -17,7 +17,7 @@ anyhow = "1.0.79" async-dropper = { version = "0.3.1", features = ["tokio", "simple"] } async-trait = "0.1.77" base64 = "0.21.7" -byte-unit = { version = "5.1.3", default-features = false, features = [ +byte-unit = { version = "5.1.4", default-features = false, features = [ "serde", "byte", "std", diff --git a/server/Cargo.toml b/server/Cargo.toml index b9c9411c4..f68b5637c 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -17,7 +17,7 @@ axum = "0.7.4" axum-server = { version = "0.6.0", features = ["tls-rustls"] } bcrypt = "0.15.0" blake3 = "1.5.0" -byte-unit = { version = "5.1.2", default-features = false, features = [ +byte-unit = { version = "5.1.4", default-features = false, features = [ "serde", "byte", ] }