Bump unicode-ident from 1.0.9 to 1.0.11 (#529)

This commit is contained in:
dependabot[bot] 2023-07-24 07:20:20 -07:00 committed by GitHub
parent f998e92a69
commit def7d82d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2341,9 +2341,9 @@ checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
[[package]] [[package]]
name = "unicode-ident" name = "unicode-ident"
version = "1.0.9" version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
[[package]] [[package]]
name = "unicode-normalization" name = "unicode-normalization"

View File

@ -24,7 +24,7 @@ thiserror = "1.0"
# change when publishing # change when publishing
#typify = { version = "0.0.12" } #typify = { version = "0.0.12" }
typify = { git = "https://github.com/oxidecomputer/typify" } typify = { git = "https://github.com/oxidecomputer/typify" }
unicode-ident = "1.0.8" unicode-ident = "1.0.11"
[dev-dependencies] [dev-dependencies]
dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false } dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }