mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 05:34:14 +00:00
update ubyte
This commit is contained in:
parent
4a492c64f3
commit
f64cb2cb73
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1905,9 +1905,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|||
|
||||
[[package]]
|
||||
name = "ubyte"
|
||||
version = "0.10.1"
|
||||
version = "0.10.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "42756bb9e708855de2f8a98195643dff31a97f0485d90d8467b39dc24be9e8fe"
|
||||
checksum = "f720def6ce1ee2fc44d40ac9ed6d3a59c361c80a75a7aa8e75bb9baed31cf2ea"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
|
|
@ -26,7 +26,7 @@ humantime-serde = "1.0.1"
|
|||
rustyline = "9"
|
||||
ansi_term = "0.12"
|
||||
async-std = { version = "1.9", features = ["unstable", "attributes"] }
|
||||
ubyte = { version = "0.10.1", features = ["serde"] }
|
||||
ubyte = { version = "0.10.3", features = ["serde"] }
|
||||
|
||||
[dependencies.rink-core]
|
||||
version = "0.6"
|
||||
|
|
Loading…
Reference in a new issue