mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-31 04:29:34 +00:00
update Cargo.lock to make dependencies compile again with newer Rust
This commit is contained in:
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -1,11 +1,11 @@
|
|||||||
[root]
|
[root]
|
||||||
name = "secretshare"
|
name = "secretshare"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crc24 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"crc24 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"getopts 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"getopts 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rand 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rand 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rustc-serialize 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -18,7 +18,7 @@ name = "getopts"
|
|||||||
version = "0.2.4"
|
version = "0.2.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -28,7 +28,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "log"
|
name = "log"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -37,11 +37,11 @@ version = "0.1.2"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustc-serialize"
|
name = "rustc-serialize"
|
||||||
version = "0.2.12"
|
version = "0.2.14"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user