Skip to content

Commit

Permalink
Update rust - all minor and patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2024
1 parent a61e6d3 commit 64febf3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ resolver = "2"
##############################
serde = { version = "1.0.194", default-features = false }
serde_json = { version = "1.0.111", default-features = false }
clap = { version = "4.4.12", features = ["derive"] }
clap = { version = "4.4.13", features = ["derive"] }
futures = { version = "0.3.30", features = ["thread-pool"] }
bs58 = "0.5.0"
async-trait = "0.1.77"
hex-literal = "0.4.1"
exitcode = "1.1.2"
lazy_static = "1.4.0"
pest = "2.7.5"
pest_derive = "2.7.5"
pest = "2.7.6"
pest_derive = "2.7.6"
thiserror = "1.0.56"

#################################################################
Expand Down
4 changes: 2 additions & 2 deletions runtime/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ parity-scale-codec = { workspace = true, features = ["derive"] }
frame-support = { workspace = true }
sp-core = { workspace = true, features = ["serde"] }
sp-runtime = { workspace = true, features = ["serde"] }
strum = { version = "0.24.1", features = [] }
strum_macros = { version = "0.24.3", features = [] }
strum = { version = "0.25.0", features = [] }
strum_macros = { version = "0.25.3", features = [] }

pallet-process-validation = { default-features = false, path = '../../pallets/process-validation' }

Expand Down

0 comments on commit 64febf3

Please sign in to comment.