Merge branch 'main' into feat/private-github-repo

This commit is contained in:
Jiahao XU 2024-05-25 11:00:05 +10:00 committed by GitHub
commit c36145f2b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 192 additions and 184 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "binstalk-fetchers"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
description = "The binstall fetchers"
@ -18,14 +18,14 @@ binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
bytes = "1.4.0"
compact_str = { version = "0.7.0" }
either = "1.11.0"
itertools = "0.12.0"
itertools = "0.13.0"
leon = "3.0.0"
leon-macros = "1.0.1"
miette = "7.0.0"
minisign-verify = "0.2.1"
once_cell = "1.18.0"
strum = "0.26.1"
thiserror = "1.0.52"
thiserror = "1.0.61"
tokio = { version = "1.35.0", features = [
"rt",
"sync",