Bump uuid from 1.1.2 to 1.2.2 (#7734)

This commit is contained in:
dependabot[bot]
2023-01-12 12:48:49 +00:00
committed by GitHub
parent 8aa2632661
commit 544cea95e1
2 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ toml = "0.5.8"
unicode-segmentation = "1.8.0"
url = "2.2.1"
percent-encoding = "2.2.0"
uuid = { version = "1.1.2", features = ["v4"] }
uuid = { version = "1.2.2", features = ["v4"] }
which = { version = "4.3.0", optional = true }
reedline = { version = "0.14.0", features = ["bashisms", "sqlite"]}
wax = { version = "0.5.0" }