Skip to content

Commit 34f3416

Browse files
chore(deps): Bump dashmap from 5.4.0 to 5.5.0
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](xacrimon/dashmap@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: dashmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b1219f commit 34f3416

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/file-source/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ default-features = false
3434
features = ["clock", "serde"]
3535

3636
[dependencies.dashmap]
37-
version = "5.2"
37+
version = "5.5"
3838
default-features = false
3939
features = []
4040

lib/tracing-limit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MPL-2.0"
99
[dependencies]
1010
tracing-core = { version = "0.1", default-features = false }
1111
tracing-subscriber = { version = "0.3", default-features = false, features = ["registry", "std"] }
12-
dashmap = { version = "5.2.0", default-features = false }
12+
dashmap = { version = "5.5.0", default-features = false }
1313

1414
[dev-dependencies]
1515
criterion = "0.5"

0 commit comments

Comments
 (0)