Skip to content

Commit

Permalink
More depbot updates (#1671)
Browse files Browse the repository at this point in the history
* Update polymesh-api-tester to remove bad rsa dep.

* Prepare to publish a new release of polymesh-ink with updated deps.

* Update more deps.
  • Loading branch information
Neopallium committed May 8, 2024
1 parent ad9c8a1 commit 54fbabb
Show file tree
Hide file tree
Showing 11 changed files with 5,804 additions and 1,383 deletions.
1,824 changes: 1,486 additions & 338 deletions contracts/nft_royalty/Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions contracts/nft_royalty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ edition = "2021"
ink = { version = "4.2.0", default-features = false }
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
scale-info = { version = "2.6", default-features = false, features = ["derive"], optional = true }
sp-arithmetic = { version = "6.0.0", default-features = false }
sp-arithmetic = { version = "21.0.0", default-features = false }

polymesh-ink = { path = "../upgradeable-polymesh-ink", default-features = false, features = ["as-library"] }
polymesh-ink = { version = "3.2.0", default-features = false, features = ["as-library"] }

[lib]
path = "lib.rs"
Expand Down

0 comments on commit 54fbabb

Please sign in to comment.