🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2023-10-02 22:20:21.0 +00:00:00
committer GitHub <noreply@github.com> 2023-10-02 22:20:21.0 +00:00:00
commit
ff7b60bb68a3e37308f01e0162ead33786cd6096 [patch]
tree
3fad8a82ab1d0af88fc112b82003ac5e600d776f
parent
259750f7962a3a6cdad13bf6db4b0f2e0d14cb63
parent
474b1914b87840df748681d4769ac48912e1872c
download
ff7b60bb68a3e37308f01e0162ead33786cd6096.tar.gz

Merge pull request #31 from w4/dependabot/cargo/bytes-1.5.0

Bump bytes from 1.4.0 to 1.5.0

Diff

 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 79d4599..b2ba41d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -380,9 +380,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"

[[package]]
name = "bytes"
version = "1.4.0"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"

[[package]]
name = "bytesize"
diff --git a/Cargo.toml b/Cargo.toml
index 50fa875..c6e8696 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ anyhow = "1.0"
axum = { version = "0.6.19", features = ["headers", "macros"] }
axum-macros = "0.3.7"
bat = { version = "0.23.0", default-features = false, features = ["build-assets"] }
bytes = "1.1"
bytes = "1.5"
bincode = "1.3"
comrak = "0.18.0"
clap = { version = "4.4.6", features = ["cargo", "derive"] }