Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tremor-bot committed Jun 25, 2024
1 parent 61a40b3 commit fcba5ed
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 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 tremor-connectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ hyper-rustls = { version = "0.27", optional = true, default-features = false, fe
http-body-util = { version = "0.1", optional = true, default-features = false }
mime = { version = "0.3", optional = true, default-features = false }
base64 = { version = "0.22", optional = true, default-features = false }
dashmap = { version = "5.5", optional = true, default-features = false }
dashmap = { version = "6.0", optional = true, default-features = false }
async-stream = { version = "0.3", optional = true, default-features = false }

# kafka
Expand Down

0 comments on commit fcba5ed

Please sign in to comment.