summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com>2024-02-21 09:40:13 +0100
committerGitHub <noreply@github.com>2024-02-21 08:40:13 +0000
commitd0dd81cddf0fce9bbbd078498eec001268fe3e9c (patch)
treed2f65972adc713d71e3ddadee0cd4db2df77d5ea /Cargo.lock
parentbe49935753f0e37ae8e04fb53111e6f116c63f47 (diff)
Added `LazyHash` (#3451)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0099a699..a4669ba8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1748,6 +1748,12 @@ dependencies = [
]
[[package]]
+name = "portable-atomic"
+version = "1.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
+
+[[package]]
name = "postcard"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2578,6 +2584,7 @@ dependencies = [
"once_cell",
"palette",
"phf",
+ "portable-atomic",
"qcms",
"rayon",
"regex",