Skip to content

Commit

Permalink
build(deps): Bump dashmap from 6.0.1 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](xacrimon/dashmap@v6.0.1...v6.1.0)

---
updated-dependencies:
- dependency-name: dashmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent ee4589a commit 0a65fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 melior/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["mlir", "llvm"]
ods-dialects = []

[dependencies]
dashmap = "6.0.1"
dashmap = "6.1.0"
melior-macro = { version = "0.11.6", path = "../macro" }
mlir-sys = "0.2.2"
once_cell = "1"
Expand Down

0 comments on commit 0a65fa6

Please sign in to comment.