mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-23 16:00:10 +00:00
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:
parent
6f518112c8
commit
1f8dff24a0
@ -6,7 +6,7 @@ edition = "2018"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
colored = "1.7"
|
||||
colored = "2"
|
||||
proc-macro2 = { version = "1.0", features = ["span-locations"] }
|
||||
|
||||
[dependencies.syn]
|
||||
|
@ -7,4 +7,4 @@ publish = false
|
||||
|
||||
[dependencies]
|
||||
lazy_static = { path = "../lazy-static" }
|
||||
regex = "0.2"
|
||||
regex = "1"
|
||||
|
Loading…
Reference in New Issue
Block a user