Update hakari crate
This commit is contained in:
parent
020ac99447
commit
735df0ad8f
2 changed files with 12 additions and 1 deletions
|
@ -16,10 +16,17 @@ publish = false
|
|||
### BEGIN HAKARI SECTION
|
||||
[dependencies]
|
||||
anstream = { version = "0.6.19" }
|
||||
base64 = { version = "0.22.1" }
|
||||
libc = { version = "0.2.174", features = ["extra_traits"] }
|
||||
log = { version = "0.4.27", default-features = false, features = ["std"] }
|
||||
memchr = { version = "2.7.5" }
|
||||
|
||||
[build-dependencies]
|
||||
base64 = { version = "0.22.1" }
|
||||
log = { version = "0.4.27", default-features = false, features = ["std"] }
|
||||
memchr = { version = "2.7.5" }
|
||||
proc-macro2 = { version = "1.0.95" }
|
||||
quote = { version = "1.0.40" }
|
||||
syn = { version = "2.0.104", features = ["full"] }
|
||||
syn = { version = "2.0.104", features = ["extra-traits", "fold", "full", "visit"] }
|
||||
|
||||
### END HAKARI SECTION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue