diff --git a/server/prototypes/rust/partial/Cargo.lock b/server/prototypes/rust/partial/Cargo.lock index 50088720..436a63df 100644 --- a/server/prototypes/rust/partial/Cargo.lock +++ b/server/prototypes/rust/partial/Cargo.lock @@ -1,41 +1,16 @@ -[root] -name = "partial" -version = "0.0.1" -dependencies = [ - "time 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", -] +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 [[package]] -name = "kernel32-sys" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" +name = "partial" +version = "0.0.1" dependencies = [ - "winapi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "time", ] -[[package]] -name = "libc" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "time" -version = "0.1.32" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "winapi" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "winapi-build" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" - +checksum = "ac6de5d6171ae395cd957a9cfdcf9a41e39fe23e558b29043104a896a79021b6" diff --git a/server/prototypes/rust/partial/Cargo.toml b/server/prototypes/rust/partial/Cargo.toml index ffe82db6..0df188a3 100644 --- a/server/prototypes/rust/partial/Cargo.toml +++ b/server/prototypes/rust/partial/Cargo.toml @@ -4,4 +4,4 @@ version = "0.0.1" authors = ["Florian R. Hanke "] [dependencies] -time = "0.1.32" \ No newline at end of file +time = "0.2.1" \ No newline at end of file