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 6, 2024
1 parent a61e6d3 commit b54c9c3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ resolver = "2"
##############################
# non-substrate dependencies #
##############################
serde = { version = "1.0.194", default-features = false }
serde = { version = "1.0.195", 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 b54c9c3

Please sign in to comment.