Skip to content

Commit

Permalink
Merge pull request #3296 from oasisprotocol/ptrus/feature/bump-rust-snow
Browse files Browse the repository at this point in the history
rust: bump snow from 0.6.2 to 0.7.1
  • Loading branch information
ptrus authored Sep 21, 2020
2 parents 32dba88 + 92f0b47 commit bb2b88f
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 80 deletions.
1 change: 1 addition & 0 deletions .changelog/3296.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rust: Bump snow version from 0.6.2 to 0.7.1
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ updates:
- dependency-name: serde
- dependency-name: serde_bytes
- dependency-name: serde_cbor
- dependency-name: snow
227 changes: 149 additions & 78 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 runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sgx-isa = { version = "0.3.2", features = ["sgxstd"] }
webpki = "0.21.2"
untrusted = "0.7.0"
bincode = "1.0.0"
snow = { version = "0.6.2", default-features = false, features = ["ring-accelerated"] }
snow = { version = "0.7.1", default-features = false, features = ["ring-accelerated"] }
percent-encoding = "2.1.0"
pem = "0.8.1"
chrono = "0.4.6"
Expand Down

0 comments on commit bb2b88f

Please sign in to comment.