Bump unicode-ident from 1.0.4 to 1.0.5 (#213)
Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.4...1.0.5) --- updated-dependencies: - dependency-name: unicode-ident dependency-type: direct:production update-type: version-update:semver-patch ... 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>
This commit is contained in:
parent
d6a596fe3c
commit
5c5ce25a86
|
@ -1906,9 +1906,9 @@ checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
|||
|
||||
[[package]]
|
||||
name = "unicode-ident"
|
||||
version = "1.0.4"
|
||||
version = "1.0.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"
|
||||
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
||||
|
||||
[[package]]
|
||||
name = "unicode-normalization"
|
||||
|
|
|
@ -23,7 +23,7 @@ thiserror = "1.0"
|
|||
# To publish, use a numbered version
|
||||
typify = "0.0.10"
|
||||
#typify = { git = "https://github.com/oxidecomputer/typify" }
|
||||
unicode-ident = "1.0.4"
|
||||
unicode-ident = "1.0.5"
|
||||
|
||||
[dev-dependencies]
|
||||
dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }
|
||||
|
|
Loading…
Reference in New Issue