Skip to content

Commit f6b2bcd

Browse files
chore(deps): bump dashmap from 5.2.0 to 5.3.3
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.2.0 to 5.3.3. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](xacrimon/dashmap@v5.2.0...v5.3.3) --- updated-dependencies: - dependency-name: dashmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e2201b commit f6b2bcd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/file-source/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ default-features = false
3131
features = ["clock", "serde"]
3232

3333
[dependencies.dashmap]
34-
version = "5.2"
34+
version = "5.3"
3535
default-features = false
3636
features = []
3737

lib/tracing-limit/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.3.3", default-features = false }
1313

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

0 commit comments

Comments
 (0)