Skip to content

Commit 661271a

Browse files
authored
Merge pull request #157 from wansenai/dependabot/cargo/dashmap-6
Update dashmap requirement from 5 to 6
2 parents 069c4b3 + dd243d1 commit 661271a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mybatis-sql/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ mybatis-macro = { version = "2.0.2", path = "../mybatis-macro" }
2020
#serde
2121
serde = { version = "1", features = ["derive"] }
2222
rbson = "2.0.4"
23-
dashmap = { version = "5" }
23+
dashmap = { version = "6" }
2424
base64 = "0.21"
2525
async-trait = "0.1"

0 commit comments

Comments
 (0)