From 73da4db396f66438c3a1af7b18a307cdb7161741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 04:11:07 +0000 Subject: [PATCH] Build(deps): bump byteorder from 1.4.3 to 1.5.0 Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.4.3 to 1.5.0. - [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/byteorder/compare/1.4.3...1.5.0) --- updated-dependencies: - dependency-name: byteorder dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- sanzu-broker/Cargo.toml | 2 +- sanzu-common/Cargo.toml | 2 +- sanzu/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa2fb20..32111ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,9 +458,9 @@ checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" [[package]] name = "byteorder" -version = "1.4.3" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" diff --git a/sanzu-broker/Cargo.toml b/sanzu-broker/Cargo.toml index 35a1ffa..38762e6 100644 --- a/sanzu-broker/Cargo.toml +++ b/sanzu-broker/Cargo.toml @@ -13,7 +13,7 @@ cc = "1.0" [dependencies] anyhow = "1.0" -byteorder = "1.4" +byteorder = "1.5" clap = "4.4" env_logger = "0.10" libc = "0.2" diff --git a/sanzu-common/Cargo.toml b/sanzu-common/Cargo.toml index 49a03ab..d88f4b1 100644 --- a/sanzu-common/Cargo.toml +++ b/sanzu-common/Cargo.toml @@ -11,7 +11,7 @@ prost-build = "0.12" [dependencies] anyhow = "1.0" -byteorder = "1.4" +byteorder = "1.5" env_logger = "0.10" log = "0.4" prost = "0.12" diff --git a/sanzu/Cargo.toml b/sanzu/Cargo.toml index 04cc457..bb0416e 100644 --- a/sanzu/Cargo.toml +++ b/sanzu/Cargo.toml @@ -14,7 +14,7 @@ winres = {git = "https://github.com/serpilliere/winres", branch="link_resources" [dependencies] anyhow = "1.0" -byteorder = "1.4" +byteorder = "1.5" clap = "4.4" cpal = "0.15" embedded-graphics = "0.8"