Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
6b4deb5a
Commit
6b4deb5a
authored
2 years ago
by
Koute
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump `lru` to 0.7.4 (#1137)
parent
dba8ea47
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cumulus/Cargo.lock
+14
-14
14 additions, 14 deletions
cumulus/Cargo.lock
with
14 additions
and
14 deletions
cumulus/Cargo.lock
+
14
−
14
View file @
6b4deb5a
...
...
@@ -4800,7 +4800,7 @@ dependencies = [
"libp2p-core",
"libp2p-swarm",
"log",
"lru 0.7.
3
",
"lru 0.7.
4
",
"rand 0.7.3",
"smallvec",
"unsigned-varint 0.7.1",
...
...
@@ -5042,9 +5042,9 @@ dependencies = [
[[package]]
name = "lru"
version = "0.7.
3
"
version = "0.7.
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
fcb87f3080f6d1d69e
8c56
4c0fcfde1d7aa8cc451ce40cae89479111f03bc0eb
"
checksum = "
22e8810f0ab5b02d4fc737c81825
8c
8
56
0a3216b7ebd5fd756cb437e23157fc6
"
dependencies = [
"hashbrown 0.11.2",
]
...
...
@@ -7308,7 +7308,7 @@ dependencies = [
"derive_more",
"fatality",
"futures 0.3.21",
"lru 0.7.
3
",
"lru 0.7.
4
",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
...
...
@@ -7330,7 +7330,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=master#827792ca83339
dependencies = [
"fatality",
"futures 0.3.21",
"lru 0.7.
3
",
"lru 0.7.
4
",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
...
...
@@ -7515,7 +7515,7 @@ dependencies = [
"derive_more",
"fatality",
"futures 0.3.21",
"lru 0.7.
3
",
"lru 0.7.
4
",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
...
...
@@ -7611,7 +7611,7 @@ dependencies = [
"futures 0.3.21",
"futures-timer",
"kvdb",
"lru 0.7.
3
",
"lru 0.7.
4
",
"merlin",
"parity-scale-codec",
"polkadot-node-jaeger",
...
...
@@ -7740,7 +7740,7 @@ dependencies = [
"fatality",
"futures 0.3.21",
"kvdb",
"lru 0.7.
3
",
"lru 0.7.
4
",
"parity-scale-codec",
"polkadot-node-primitives",
"polkadot-node-subsystem",
...
...
@@ -7984,7 +7984,7 @@ dependencies = [
"futures 0.3.21",
"itertools",
"kvdb",
"lru 0.7.
3
",
"lru 0.7.
4
",
"metered-channel",
"parity-db",
"parity-scale-codec",
...
...
@@ -8013,7 +8013,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=master#827792ca83339
dependencies = [
"futures 0.3.21",
"futures-timer",
"lru 0.7.
3
",
"lru 0.7.
4
",
"parity-util-mem",
"parking_lot 0.12.0",
"polkadot-node-metrics",
...
...
@@ -8362,7 +8362,7 @@ dependencies = [
"kusama-runtime",
"kvdb",
"kvdb-rocksdb",
"lru 0.7.
3
",
"lru 0.7.
4
",
"pallet-babe",
"pallet-im-online",
"pallet-mmr-primitives",
...
...
@@ -10052,7 +10052,7 @@ dependencies = [
"linked-hash-map",
"linked_hash_set",
"log",
"lru 0.7.
3
",
"lru 0.7.
4
",
"parity-scale-codec",
"parking_lot 0.12.0",
"pin-project 1.0.10",
...
...
@@ -10090,7 +10090,7 @@ dependencies = [
"futures-timer",
"libp2p",
"log",
"lru 0.7.
3
",
"lru 0.7.
4
",
"sc-network",
"sp-runtime",
"substrate-prometheus-endpoint",
...
...
@@ -11082,7 +11082,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#666f39b8a221
dependencies = [
"futures 0.3.21",
"log",
"lru 0.7.
3
",
"lru 0.7.
4
",
"parity-scale-codec",
"parking_lot 0.12.0",
"sp-api",
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment