Update outdated deps in all the examples

dump-syntax
    ================
    Name     Project  Compat  Latest  Kind    Platform
    ----     -------  ------  ------  ----    --------
    colored  1.9.3    ---     2.0.0   Normal  ---

    lazy-static-example
    ================
    Name          Project  Compat  Latest   Kind    Platform
    ----          -------  ------  ------   ----    --------
    aho-corasick  0.6.10   ---     0.7.18   Normal  ---
    lazy_static   1.4.0    ---     Removed  Normal  ---
    regex         0.2.11   ---     1.5.6    Normal  ---
    regex-syntax  0.5.6    ---     0.6.26   Normal  ---
    thread_local  0.3.6    ---     Removed  Normal  ---
    ucd-util      0.1.8    ---     Removed  Normal  ---
    utf8-ranges   1.0.5    ---     Removed  Normal  ---
This commit is contained in:
David Tolnay 2022-06-06 14:56:49 -07:00
parent 6f518112c8
commit 1f8dff24a0
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ edition = "2018"
publish = false
[dependencies]
colored = "1.7"
colored = "2"
proc-macro2 = { version = "1.0", features = ["span-locations"] }
[dependencies.syn]

View File

@ -7,4 +7,4 @@ publish = false
[dependencies]
lazy_static = { path = "../lazy-static" }
regex = "0.2"
regex = "1"