This commit is contained in:
Joel Wejdenstål 2023-08-29 23:13:21 +02:00
parent 1e7efe5843
commit 626b98dab3
No known key found for this signature in database
GPG Key ID: DF03CEFBB1A915AA
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -71,7 +71,7 @@ dependencies = [
[[package]]
name = "dashmap"
version = "5.5.2"
version = "5.5.3"
dependencies = [
"arbitrary",
"cfg-if",

View File

@ -1,6 +1,6 @@
[package]
name = "dashmap"
version = "5.5.2"
version = "5.5.3"
authors = ["Acrimon <joel.wejdenstal@gmail.com>"]
edition = "2018"
rust-version = "1.65"