From a9cf39dc6d5321a70fcb727906163857f2d228b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 03:09:41 +0000 Subject: [PATCH] chore(deps): bump axum-core from 0.3.2 to 0.3.3 Bumps [axum-core](https://github.com/tokio-rs/axum) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-core-v0.3.2...axum-core-v0.3.3) --- updated-dependencies: - dependency-name: axum-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- price-server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15b1339ec..c691aa772 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,9 +195,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cae3e661676ffbacb30f1a824089a8c9150e71017f7e1e38f2aa32009188d34" +checksum = "b2f958c80c248b34b9a877a643811be8dbca03ca5ba827f2b63baf3a81e5fc4e" dependencies = [ "async-trait", "bytes", diff --git a/price-server/Cargo.toml b/price-server/Cargo.toml index 8a11d6587..fa4654689 100644 --- a/price-server/Cargo.toml +++ b/price-server/Cargo.toml @@ -20,7 +20,7 @@ chrono = { version = "0.4", features = [ ], default-features = false } prost = "0.11" tonic = "0.8" -axum-core = "0.3.2" +axum-core = "0.3.3" tokio = "1.26.0" futures = "0.3.26" thiserror = "1.0.38"