mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-15 10:51:00 +00:00
Bump dashmap from 5.5.0 to 5.5.1 (#1241)
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: dashmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f4383d2db5
commit
88f0e8f8bf
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1026,9 +1026,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dashmap"
|
||||
version = "5.5.0"
|
||||
version = "5.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6943ae99c34386c84a470c499d3414f66502a41340aa895406e0d2e4a207b91d"
|
||||
checksum = "edd72493923899c6f10c641bdbdeddc7183d6396641d99c1a0d1597f37f92e28"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"hashbrown 0.14.0",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ clap = { version = "4.3.23", features = ["env", "derive"] }
|
|||
console = "0.15.7"
|
||||
const_format = "0.2.31"
|
||||
csv = "1.2.2"
|
||||
dashmap = { version = "5.5.0", features = ["serde"] }
|
||||
dashmap = { version = "5.5.1", features = ["serde"] }
|
||||
env_logger = "0.10.0"
|
||||
futures = "0.3.28"
|
||||
headers = "0.3.8"
|
||||
|
|
|
|||
Loading…
Reference in a new issue