This commit is contained in:
Joel Wejdenstål 2023-08-22 02:06:11 +02:00
parent 3b26d70d2f
commit dfb7b9af33
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.0"
version = "5.5.1"
dependencies = [
"arbitrary",
"cfg-if",

View File

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