Skip to content

Commit d5d2853

Browse files
Bump bytes from 1.10.1 to 1.11.1 (#228)
1 parent de3e251 commit d5d2853

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LegalCopyright = "Solstice Game Studios <contact@solsticegamestudios.com>"
1313
[dependencies]
1414
anyhow = { version = "1.0" }
1515
blake3 = { version = "1.8", features = ["mmap", "rayon"] }
16-
bytes = { version = "1.10", optional = true }
16+
bytes = { version = "1.11", optional = true }
1717
clap = { version = "4.5", features = ["derive"] }
1818
crossterm = { version = "0.29" }
1919
dirs = { version = "6.0", optional = true }

0 commit comments

Comments
 (0)