Skip to content

Commit

Permalink
chore(deps): bump dashmap from 5.5.3 to 6.0.0 (#1787)
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.0.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](xacrimon/dashmap@v.5.5.3...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 19, 2024
1 parent 668a50b commit c1e1148
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 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 lib/tail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tracing-test = { version = "0.2.5" }
[dependencies]
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
chrono = { version = "0.4.38", default-features = false }
dashmap = { version = "5.5", default-features = false }
dashmap = { version = "6.0", default-features = false }
serde_json = { version = "1.0.117", default-features = false }
bytes = { version = "1.6.0", default-features = false }
tokio = { version = "1.38.0", default-features = false, features = ["rt", "macros"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/tracing-limit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
[dependencies]
tracing-subscriber = { version = "0.3.18", default-features = false }
tracing-core = { version = "0.1.32", default-features = false }
dashmap = { version = "5.5.3", default-features = false }
dashmap = { version = "6.0.0", default-features = false }

[dev-dependencies]
criterion = { version = "0.5.1", default-features = false }
Expand Down

0 comments on commit c1e1148

Please sign in to comment.