mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 02:46:29 +03:00
use correct branch
This commit is contained in:
27
Cargo.lock
generated
27
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user