Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
ec73390f
Unverified
Commit
ec73390f
authored
Feb 22, 2021
by
Pierre Krieger
Committed by
GitHub
Feb 22, 2021
Browse files
Update thread_local past the memory leak (#2498)
parent
0658b3d2
Pipeline
#125124
passed with stages
in 33 minutes and 57 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
ec73390f
...
...
@@ -3938,9 +3938,9 @@ checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
[[package]]
name = "once_cell"
version = "1.
4.1
"
version = "1.
6.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645a
d"
checksum = "
4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfdd
d"
dependencies = [
"parking_lot 0.11.1",
]
...
...
@@ -9304,11 +9304,11 @@ dependencies = [
[[package]]
name = "thread_local"
version = "1.
0.1
"
version = "1.
1.3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14
"
checksum = "
8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd
"
dependencies = [
"
lazy_static
",
"
once_cell
",
]
[[package]]
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment