Skip to content

Commit

Permalink
Bump byte-unit from 5.1.3 to 5.1.4 (iggy-rs#600)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 24, 2024
1 parent ff80bf2 commit 2916509
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }
Expand Down

0 comments on commit 2916509

Please sign in to comment.