Bump uuid from 1.1.2 to 1.2.2

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.1.2 to 1.2.2.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.2)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-18 07:52:09 +00:00 committed by Eugene
parent acf65eeb57
commit 21984967a8
10 changed files with 11 additions and 11 deletions

4
Cargo.lock generated
View file

@ -4577,9 +4577,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "uuid"
version = "1.1.2"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
dependencies = [
"getrandom 0.2.6",
"serde",

View file

@ -36,7 +36,7 @@ serde_json = "1.0"
thiserror = "1.0"
tokio = { version = "1.20", features = ["tracing"] }
tracing = "0.1"
uuid = { version = "1.0", features = ["v4", "serde"] }
uuid = { version = "1.2", features = ["v4", "serde"] }
warpgate-common = { version = "*", path = "../warpgate-common" }
warpgate-core = { version = "*", path = "../warpgate-core" }
warpgate-db-entities = { version = "*", path = "../warpgate-db-entities" }

View file

@ -38,7 +38,7 @@ totp-rs = { version = "3.0", features = ["otpauth"] }
tracing = "0.1"
tracing-core = "0.1"
url = "2.2"
uuid = { version = "1.0", features = ["v4", "serde"] }
uuid = { version = "1.2", features = ["v4", "serde"] }
warpgate-sso = { version = "*", path = "../warpgate-sso" }
rustls = { version = "0.20", features = ["dangerous_configuration"] }
rustls-pemfile = "1.0"

View file

@ -43,7 +43,7 @@ tracing = "0.1"
tracing-core = "0.1"
tracing-subscriber = "0.3"
url = "2.2"
uuid = { version = "1.0", features = ["v4", "serde"] }
uuid = { version = "1.2", features = ["v4", "serde"] }
warpgate-sso = { version = "*", path = "../warpgate-sso" }
rustls = { version = "0.20", features = ["dangerous_configuration"] }
rustls-pemfile = "1.0"

View file

@ -15,5 +15,5 @@ sea-orm = { version = "0.10.3", features = [
], default-features = false }
serde = "1.0"
serde_json = "1.0"
uuid = { version = "1.0", features = ["v4", "serde"] }
uuid = { version = "1.2", features = ["v4", "serde"] }
warpgate-common = { version = "*", path = "../warpgate-common" }

View file

@ -20,5 +20,5 @@ sea-orm = { version = "0.10.3", features = [
sea-orm-migration = { version = "0.10.2", default-features = false, features = [
"cli",
] }
uuid = { version = "1.0", features = ["v4", "serde"] }
uuid = { version = "1.2", features = ["v4", "serde"] }
serde_json = "1.0"

View file

@ -37,5 +37,5 @@ warpgate-db-entities = { version = "*", path = "../warpgate-db-entities" }
warpgate-web = { version = "*", path = "../warpgate-web" }
warpgate-sso = { version = "*", path = "../warpgate-sso" }
percent-encoding = "2.1"
uuid = { version = "1.0", features = ["v4"] }
uuid = { version = "1.2", features = ["v4"] }
regex = "1.6"

View file

@ -13,7 +13,7 @@ anyhow = { version = "1.0", features = ["std"] }
async-trait = "0.1"
tokio = { version = "1.20", features = ["tracing", "signal"] }
tracing = "0.1"
uuid = { version = "1.0", features = ["v4"] }
uuid = { version = "1.2", features = ["v4"] }
bytes = "1.2"
mysql_common = "0.29"
rand = "0.8"

View file

@ -23,7 +23,7 @@ thiserror = "1.0"
time = "0.3"
tokio = { version = "1.20", features = ["tracing", "signal"] }
tracing = "0.1"
uuid = { version = "1.0", features = ["v4"] }
uuid = { version = "1.2", features = ["v4"] }
warpgate-common = { version = "*", path = "../warpgate-common" }
warpgate-core = { version = "*", path = "../warpgate-core" }
warpgate-db-entities = { version = "*", path = "../warpgate-db-entities" }

View file

@ -30,7 +30,7 @@ tracing-subscriber = { version = "0.3", features = [
"env-filter",
"local-time",
] }
uuid = "1.0"
uuid = "1.2"
warpgate-admin = { version = "*", path = "../warpgate-admin" }
warpgate-common = { version = "*", path = "../warpgate-common" }
warpgate-core = { version = "*", path = "../warpgate-core" }