From daf56804a5aa080385de3adfac1979c9594b197f Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Wed, 15 Feb 2023 14:57:26 +0100 Subject: [PATCH] use correct branch --- Cargo.lock | 27 ++++++++++++++------------- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31f6bd7e0..2097d20aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,6 +8,18 @@ version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" +[[package]] +name = "abao" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e19aae7996efbfa033c10ce360f73c87e70af3401282e724cd04346973c36069" +dependencies = [ + "arrayref", + "arrayvec", + "blake3", + "tokio", +] + [[package]] name = "addr2line" version = "0.19.0" @@ -404,17 +416,6 @@ dependencies = [ "rustc-demangle", ] -[[package]] -name = "bao" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3663af8a469bf3a2d818b8c1a7b62e4dc55c4547b4c14f5dab35fc9e707bef83" -dependencies = [ - "arrayref", - "arrayvec", - "blake3", -] - [[package]] name = "base16ct" version = "0.1.1" @@ -3773,10 +3774,10 @@ dependencies = [ [[package]] name = "sendme" version = "0.1.0" -source = "git+https://github.com/n0-computer/sendme?branch=flub/debug-ci2#b50020f0ebca744514b1c5270259a2aef8d6dad5" +source = "git+https://github.com/n0-computer/sendme?branch=main#21a5cfd47e5c6de968ca5882838e24b08572412d" dependencies = [ + "abao", "anyhow", - "bao", "base64 0.21.0", "blake3", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2d8f812bb..62fc9b73a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ regex = "1.7" rusqlite = { version = "0.27", features = ["sqlcipher"] } rust-hsluv = "0.1" sanitize-filename = "0.4" -sendme = { git = "https://github.com/n0-computer/sendme", branch = "master", default-features = false } +sendme = { git = "https://github.com/n0-computer/sendme", branch = "main", default-features = false } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } sha-1 = "0.10"