forked from mirrors/kingfisher
updated dependencies
This commit is contained in:
parent
5566f8e733
commit
afe1bedbec
2 changed files with 6 additions and 4 deletions
|
|
@ -122,7 +122,6 @@ reqwest-middleware = "0.4.2"
|
|||
tracing-subscriber = {version = "0.3.19", features = ["env-filter"] }
|
||||
tracing-core = "0.1.34"
|
||||
tree-sitter = "0.25.8"
|
||||
aws-smithy-runtime = "1.9.1"
|
||||
aws-smithy-http-client = "1.1.1"
|
||||
aws-smithy-runtime-api = "1.9.0"
|
||||
aws-smithy-types = "1.3.2"
|
||||
|
|
@ -192,7 +191,10 @@ walkdir = "2.5.0"
|
|||
p256 = "0.13.2"
|
||||
ed25519-dalek = { version = "2.2", features = ["pkcs8"] }
|
||||
aws-sdk-s3 = "1.100.0"
|
||||
gcloud-storage = "1.1.1"
|
||||
gcloud-storage = { version = "1.1.1", default-features = false, features = [
|
||||
"rustls-tls",
|
||||
"auth",
|
||||
] }
|
||||
tokei = "12.1.2"
|
||||
|
||||
[target.'cfg(not(windows))'.dependencies]
|
||||
|
|
|
|||
4
Makefile
4
Makefile
|
|
@ -256,7 +256,7 @@ linux-x64: check-docker create-dockerignore
|
|||
patch perl ragel && \
|
||||
git openssl-dev curl && \
|
||||
\
|
||||
cargo test --workspace --all-targets --release ; \
|
||||
cargo test --workspace --all-targets ; \
|
||||
\
|
||||
rustup target add x86_64-unknown-linux-musl && \
|
||||
\
|
||||
|
|
@ -287,7 +287,7 @@ linux-arm64: check-docker create-dockerignore
|
|||
\
|
||||
rustup target add aarch64-unknown-linux-musl && \
|
||||
\
|
||||
cargo test --workspace --all-targets --release ; \
|
||||
cargo test --workspace --all-targets ; \
|
||||
\
|
||||
export PKG_CONFIG_ALLOW_CROSS=1 ; \
|
||||
export RUSTFLAGS="-C target-feature=+crt-static" ; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue