mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
chore(deps): bump bytes from 1.4.0 to 1.5.0 (#2097)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... 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
5458fefbc7
commit
d4b043a18b
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -598,9 +598,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|||
|
||||
[[package]]
|
||||
name = "bytes"
|
||||
version = "1.4.0"
|
||||
version = "1.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
||||
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
||||
|
||||
[[package]]
|
||||
name = "cast"
|
||||
|
|
|
@ -101,7 +101,7 @@ axum-csp = { version = "0.0.5" }
|
|||
base32 = "^0.4.0"
|
||||
base64 = "^0.21.4"
|
||||
base64urlsafedata = "0.1.3"
|
||||
bytes = "^1.3.0"
|
||||
bytes = "^1.5.0"
|
||||
clap = { version = "^4.4.2", features = ["derive", "env"] }
|
||||
clap_complete = "^4.4.1"
|
||||
# Forced by saffron/cron
|
||||
|
|
Loading…
Reference in a new issue