Bump unicode-ident from 1.0.2 to 1.0.3 (#161)
Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.2...1.0.3) --- 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
c9ea95000e
commit
7244f4a6f0
|
@ -1781,9 +1781,9 @@ checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-ident"
|
name = "unicode-ident"
|
||||||
version = "1.0.2"
|
version = "1.0.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
|
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-normalization"
|
name = "unicode-normalization"
|
||||||
|
|
|
@ -23,7 +23,7 @@ thiserror = "1.0"
|
||||||
# To publish, use a numbered version
|
# To publish, use a numbered version
|
||||||
#typify = "0.0.9"
|
#typify = "0.0.9"
|
||||||
typify = { git = "https://github.com/oxidecomputer/typify" }
|
typify = { git = "https://github.com/oxidecomputer/typify" }
|
||||||
unicode-ident = "1.0.2"
|
unicode-ident = "1.0.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }
|
dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }
|
||||||
|
|
Loading…
Reference in New Issue