From 19227cd3f9d1ceab211d0bb4fdfee4a55e0cf4a9 Mon Sep 17 00:00:00 2001 From: Aria Beingessner Date: Tue, 14 May 2024 13:36:34 -0400 Subject: [PATCH] chore: update axoupdater --- Cargo.lock | 4 ++-- crates/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43425bfa8..d82c8bc28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,9 +207,9 @@ dependencies = [ [[package]] name = "axoupdater" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5ca8b1dd580f5fb323414e082e2af7851a390b6799899a2eafa373cb8119aee" +checksum = "7d6bf8aaa32e7d33071ed9a339fc34ac30b0a5190f82069fbd12a1266bda9068" dependencies = [ "axoasset", "axoprocess", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index ac6db093d..ea622cdbb 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -58,7 +58,7 @@ clap-markdown = { git = "https://github.com/getgrit/clap-markdown", rev = "4568d flate2 = { version = "1.0.17", features = [ "rust_backend", ], default-features = false } -axoupdater = { version = "0.6.3", default-features = false, features = [ +axoupdater = { version = "0.6.4", default-features = false, features = [ "github_releases" ] }