fix(deps): update rust crate uuid to 1.2.1
This commit is contained in:
parent
fe33018847
commit
9500fc2222
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1872,9 +1872,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
version = "1.1.2"
|
version = "1.2.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
|
checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"getrandom",
|
"getrandom",
|
||||||
"rand",
|
"rand",
|
||||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||||||
async-graphql = "4.0.6"
|
async-graphql = "4.0.6"
|
||||||
axum = "0.5.13"
|
axum = "0.5.13"
|
||||||
tokio = {version="1.20.1", features=["full"]}
|
tokio = {version="1.20.1", features=["full"]}
|
||||||
uuid = {version="1.1.2", features=["v4", "fast-rng"]}
|
uuid = {version="1.2.1", features=["v4", "fast-rng"]}
|
||||||
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "migrate"] }
|
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "migrate"] }
|
||||||
anyhow = "1.0.60"
|
anyhow = "1.0.60"
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user