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 Apr 2, 2023
1 parent 71a137f commit 6e62440
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ targets = ['x86_64-unknown-linux-gnu']

[dependencies]
clap = { version = "4.2.1", features = ["derive"] }
futures = { version = "0.3.27", features = ["thread-pool"]}
futures = { version = "0.3.28", features = ["thread-pool"]}
bs58 = "0.4.0"

sc-cli = { version = "0.10.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.39" }
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ frame-system-rpc-runtime-api = { version = "4.0.0-dev", default-features = false
# Used for runtime benchmarking
frame-benchmarking = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", optional = true, branch = "polkadot-v0.9.39" }
frame-system-benchmarking = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", optional = true, branch = "polkadot-v0.9.39" }
hex-literal = { version = "0.3.4", optional = true }
hex-literal = { version = "0.4.0", optional = true }

# Local Dependencies
pallet-doas = { default-features = false, package = 'pallet-doas', path = '../pallets/doas' }
Expand Down

0 comments on commit 6e62440

Please sign in to comment.