Skip to content

Commit

Permalink
Merge pull request #1722 from oasisprotocol/dependabot/cargo/rust-957…
Browse files Browse the repository at this point in the history
…9d64ae2

runtime-sdk: bump the rust group across 5 directories with 21 updates
  • Loading branch information
ptrus committed May 1, 2024
2 parents 2925ef6 + 411dcc4 commit eb9ef6f
Show file tree
Hide file tree
Showing 30 changed files with 1,036 additions and 1,117 deletions.
529 changes: 258 additions & 271 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions contract-sdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ proc-macro = true

[dependencies]
darling = "0.20.3"
proc-macro2 = "1.0.28"
proc-macro2 = "1.0.81"
quote = "1.0.10"
syn = "2.0.32"
proc-macro-crate = "1.0.0"
syn = "2.0.60"
proc-macro-crate = "2.0.2"

[dev-dependencies]
difference = "2.0.0"
syn = { version = "2.0.32", features = ["extra-traits"] }
syn = { version = "2.0.60", features = ["extra-traits"] }
2 changes: 1 addition & 1 deletion contract-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ oasis-contract-sdk-types = { path = "types" }
oasis-contract-sdk-macros = { path = "../contract-sdk-macros", optional = true }

# Third party.
thiserror = "1.0.30"
thiserror = "1.0.59"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
oasis-contract-sdk-crypto = { path = "crypto" }
Expand Down
4 changes: 2 additions & 2 deletions contract-sdk/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ oasis-runtime-sdk = { path = "../../runtime-sdk" }

# Third party.
k256 = "0.13.1"
thiserror = "1.0.30"
x25519-dalek = { version = "2.0.0", features = ["static_secrets"] }
thiserror = "1.0.59"
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }
sha2 = "0.10.8"
hmac = "0.12.1"

Expand Down
Loading

0 comments on commit eb9ef6f

Please sign in to comment.