From fce43c6c0f6a8dea3b2d8991e38a2e7c23f54b1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:37:57 +0000 Subject: [PATCH] chore(deps): bump hyper from 1.5.0 to 1.5.2 Bumps [hyper](https://github.com/hyperium/hyper) from 1.5.0 to 1.5.2. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v1.5.0...v1.5.2) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- apps/server/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a84fe0a1..c0057c9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2710,9 +2710,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" dependencies = [ "bytes", "futures-channel", @@ -3405,7 +3405,7 @@ dependencies = [ [[package]] name = "markflowy" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "cocoa", diff --git a/apps/server/Cargo.toml b/apps/server/Cargo.toml index d1acdfac..8807eda7 100644 --- a/apps/server/Cargo.toml +++ b/apps/server/Cargo.toml @@ -19,7 +19,7 @@ panic = 'abort' [dependencies] axum = "0.7.7" -hyper = "1.5.0" +hyper = "1.5.2" tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] } # GraphQL