Cargo upgrade all deps

This commit is contained in:
Igor Katson 2024-08-28 11:44:01 +01:00
parent 3ef9dc6655
commit 52ca07fe41
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
7 changed files with 98 additions and 171 deletions

View file

@ -692,11 +692,12 @@ dependencies = [
[[package]]
name = "dashmap"
version = "5.5.3"
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
dependencies = [
"cfg-if",
"crossbeam-utils",
"hashbrown 0.14.5",
"lock_api",
"once_cell",
@ -1688,9 +1689,9 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
[[package]]
name = "itertools"
version = "0.12.1"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
@ -1838,7 +1839,7 @@ dependencies = [
"async-trait",
"axum",
"backoff",
"base64 0.21.7",
"base64 0.22.1",
"bincode",
"bitvec",
"byteorder",
@ -3048,7 +3049,7 @@ name = "rqbit-desktop"
version = "7.0.0"
dependencies = [
"anyhow",
"base64 0.21.7",
"base64 0.22.1",
"directories",
"http 1.1.0",
"librqbit",