Skip to content

Commit

Permalink
Merge pull request #117 from rspamd/dependabot/cargo/dashmap-6.0.0
Browse files Browse the repository at this point in the history
Bump dashmap from 5.5.3 to 6.0.0
  • Loading branch information
vstakhov authored Jun 18, 2024
2 parents 90d10bb + 7c1b8c5 commit 6f7ceb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde_json = "1.0"
serde_derive = "1.0"
redis = { version = "0.23", features = ["tokio-comp"] }
thiserror = "1.0"
dashmap = "5.5"
dashmap = "6.0"
reqwest = { version = "0.12", features = ["json"] }
url = "2.5"
memmem = "0.1"
Expand Down

0 comments on commit 6f7ceb6

Please sign in to comment.