mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Bump uuid from 1.1.2 to 1.2.1 (#1104)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.1.2 to 1.2.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.1) Deb package builds are a known issue which has a PR pending to fix it. --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
This commit is contained in:
parent
67c80f3fcb
commit
cea4e4e1b5
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4618,9 +4618,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "uuid"
|
||||
version = "1.1.2"
|
||||
version = "1.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
|
||||
checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83"
|
||||
dependencies = [
|
||||
"getrandom 0.2.7",
|
||||
"serde",
|
||||
|
|
|
@ -135,7 +135,7 @@ tracing-forest = { git = "https://github.com/QnnOkabayashi/tracing-forest.git",
|
|||
url = "^2.3.1"
|
||||
urlencoding = "2.1.2"
|
||||
users = "^0.11.0"
|
||||
uuid = "^1.1.2"
|
||||
uuid = "^1.2.1"
|
||||
|
||||
validator = "^0.16.0"
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ qrcode = { version = "^0.12.0", default-features = false, features = ["svg"] }
|
|||
serde = { version = "^1.0.142", features = ["derive"] }
|
||||
serde_json = "^1.0.83"
|
||||
serde-wasm-bindgen = "0.4"
|
||||
uuid = "^1.1.2"
|
||||
uuid = "^1.2.1"
|
||||
wasm-bindgen = { version = "^0.2.81" }
|
||||
wasm-bindgen-futures = { version = "^0.4.30" }
|
||||
wasm-bindgen-test = "0.3.33"
|
||||
|
|
Loading…
Reference in a new issue