Skip to content

Commit

Permalink
chore: update deps (#27)
Browse files Browse the repository at this point in the history
* docs: note that library is released

Signed-off-by: Berend Sliedrecht <[email protected]>

* chore: update deps and set lower rust version in CI

Signed-off-by: Berend Sliedrecht <[email protected]>

---------

Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht authored May 8, 2024
1 parent 9ab9c4c commit c3fbf11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

env:
RUST_VERSION: "1.74"
RUST_VERSION: "1.68"

jobs:
format:
Expand Down Expand Up @@ -113,6 +113,10 @@ jobs:
# Using macos runner for hardware acceleration
runs-on: macos-13

env:
# rust version 1.74 is required here due to cargo-apk -> clap-rs
RUST_VERSION: "1.74"

steps:
- uses: actions/checkout@v4

Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "animo-secure-env"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
rust-version = "1.67"
license = "Apache-2.0"
Expand Down Expand Up @@ -36,9 +36,9 @@ android-activity = { version = "0.4.2", features = ["native-activity"] }
jni = { version = "0.21.1", features = ["invocation"] }
lazy_static = "1.4.0"
ndk-context = "0.1.1"
paste = "1.0.14"
x509-parser = "0.15.1"
paste = "1.0.15"
x509-parser = "0.16.0"

[dependencies]
p256 = { version = "0.13.2", features = ["ecdsa-core"] }
thiserror = "1.0.50"
thiserror = "1.0.60"

0 comments on commit c3fbf11

Please sign in to comment.