Skip to content

Commit c044911

Browse files
build(deps): bump bytesize from 1.1.0 to 1.3.0
Bumps [bytesize](https://github.com/hyunsik/bytesize) from 1.1.0 to 1.3.0. - [Release notes](https://github.com/hyunsik/bytesize/releases) - [Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md) - [Commits](bytesize-rs/bytesize@v1.1.0...v1.3.0) --- updated-dependencies: - dependency-name: bytesize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c87570f commit c044911

File tree

17 files changed

+18
-18
lines changed

17 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ anyhow = "1.0.95"
1414
arrow = { version = "53.3.0", default-features = false }
1515
async-trait = "0.1.83"
1616
bytes = "1.3.0"
17-
bytesize = "1.1.0"
17+
bytesize = "1.3.0"
1818
chrono = { version = "0.4.35", default-features = false, features = ["std"] }
1919
dec = "0.4.8"
2020
derivative = "2.2.0"

src/aws-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ aws-smithy-runtime = { version = "1.1.1", features = ["connector-hyper-0-14-x"]
2020
aws-smithy-types = { version = "1.1.8", features = ["byte-stream-poll-next"] }
2121
aws-types = "1.1.1"
2222
bytes = "1.3.0"
23-
bytesize = "1.1.0"
23+
bytesize = "1.3.0"
2424
futures = "0.3.25"
2525
http = "1.1.0"
2626
hyper-tls = "0.5.0"

src/balancerd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ anyhow = { version = "1.0.95", features = ["backtrace"] }
1414
async-trait = "0.1.83"
1515
axum = "0.7.5"
1616
bytes = "1.3.0"
17-
bytesize = "1.1.0"
17+
bytesize = "1.3.0"
1818
chrono = { version = "0.4.35", default-features = false, features = ["std"] }
1919
clap = { version = "4.5.23", features = ["derive", "env"] }
2020
domain = { version = "0.9.3", default-features = false, features = ["resolv"] }

src/catalog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ anyhow = "1.0.95"
1414
async-trait = "0.1.83"
1515
bincode = { version = "1.3.3" }
1616
bytes = { version = "1.3.0", features = ["serde"] }
17-
bytesize = "1.1.0"
17+
bytesize = "1.3.0"
1818
chrono = { version = "0.4.35", default-features = false, features = ["std"] }
1919
clap = { version = "4.5.23", features = ["derive"] }
2020
derivative = "2.2.0"

src/compute-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workspace = true
1212
[dependencies]
1313
anyhow = "1.0.95"
1414
async-trait = "0.1.83"
15-
bytesize = "1.1.0"
15+
bytesize = "1.3.0"
1616
crossbeam-channel = "0.5.8"
1717
derivative = "2.2.0"
1818
differential-dataflow = "0.13.5"

src/compute/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workspace = true
1212
[dependencies]
1313
anyhow = "1.0.95"
1414
async-stream = "0.3.3"
15-
bytesize = "1.1.0"
15+
bytesize = "1.3.0"
1616
columnar = "0.2.2"
1717
crossbeam-channel = "0.5.8"
1818
dec = { version = "0.4.8", features = ["serde"] }

src/controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ uuid = { version = "1.7.0" }
3939
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
4040

4141
[dev-dependencies]
42-
bytesize = "1.1.0"
42+
bytesize = "1.3.0"
4343

4444
[package.metadata.cargo-udeps.ignore]
4545
normal = ["workspace-hack"]

src/environmentd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ axum = { version = "0.7.5", features = ["ws"] }
1919
axum-extra = { version = "0.9.3", features = ["typed-header"] }
2020
base64 = "0.13.1"
2121
bytes = "1.3.0"
22-
bytesize = "1.1.0"
22+
bytesize = "1.3.0"
2323
chrono = { version = "0.4.35", default-features = false, features = ["std"] }
2424
clap = { version = "4.5.23", features = ["wrap_help", "env", "derive"] }
2525
derivative = "2.2.0"

src/expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ harness = false
2121
aho-corasick = "1.1.3"
2222
anyhow = "1.0.95"
2323
bytes = "1.3.0"
24-
bytesize = "1.1.0"
24+
bytesize = "1.3.0"
2525
chrono = { version = "0.4.35", default-features = false, features = ["std"] }
2626
chrono-tz = { version = "0.8.1", features = ["serde", "case-insensitive"] }
2727
crc32fast = "1.4.2"

0 commit comments

Comments
 (0)