Skip to content

Commit

Permalink
Bump scale-codec and scale-info
Browse files Browse the repository at this point in the history
Signed-off-by: Dengjianping <djptux@gmail.com>
  • Loading branch information
Dengjianping committed Apr 11, 2022
1 parent 16e142f commit 7335179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manta-pay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ parking_lot = { version = "0.12.0", optional = true, default-features = false }
rand_chacha = { version = "0.3.1", default-features = false }
rayon = { version = "1.5.1", optional = true, default-features = false }
reqwest = { version = "0.11.9", optional = true, default-features = false, features = ["json"] }
scale-codec = { package = "parity-scale-codec", version = "2.3.1", optional = true, default-features = false, features = ["derive", "max-encoded-len"] }
scale-info = { version = "1.0.0", optional = true, default-features = false, features = ["derive"] }
scale-codec = { package = "parity-scale-codec", version = "3.0.0", optional = true, default-features = false, features = ["derive", "max-encoded-len"] }
scale-info = { version = "2.0.0", optional = true, default-features = false, features = ["derive"] }
serde_json = { version = "1.0.79", optional = true, default-features = false, features = ["alloc"] }
tide = { version = "0.16.0", optional = true, default-features = false, features = ["h1-server"] }
tokio = { version = "1.17.0", optional = true, default-features = false }
Expand Down

0 comments on commit 7335179

Please sign in to comment.