Skip to content

Commit

Permalink
build: bump aws-lc-rs from 1.9.0 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps [aws-lc-rs](https://github.com/aws/aws-lc-rs) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: aws-lc-rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent c327e09 commit f61dc12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_vault/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ storage = ["ockam_node/storage", "sqlx"]
[dependencies]
aes-gcm = { version = "0.10", default-features = false, features = ["aes", "zeroize"], optional = true }
arrayref = "0.3"
aws-lc-rs = { version = "=1.9", default-features = false, features = ["non-fips", "bindgen"], optional = true }
aws-lc-rs = { version = "=1.10", default-features = false, features = ["non-fips", "bindgen"], optional = true }
cfg-if = "1.0.0"
ed25519-dalek = { version = "2.1", default-features = false, features = ["fast", "rand_core", "zeroize"] }
hex = { version = "0.4", default-features = false }
Expand Down

0 comments on commit f61dc12

Please sign in to comment.