From ad1cbe5b95403c9cb6685520210f212912094872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 4 Apr 2019 04:38:27 +0000 Subject: Bump serde from 1.0.89 to 1.0.90 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.89 to 1.0.90. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.89...v1.0.90) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4689a80..19b826e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ structopt = "0.2.15" chrono = "0.4.6" chrono-humanize = "0.0.11" maud = { version = "0.20.0", features = ["actix-web"] } -serde = { version = "1.0.89", features = ["derive"] } +serde = { version = "1.0.90", features = ["derive"] } tar = "0.4.22" bytes = "0.4.12" futures = "0.1.26" -- cgit v1.2.3 From 66c1c10d39e6ecb212ec4709888493693339c07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Pej=C5=A1a?= Date: Sun, 24 Mar 2019 10:25:48 +0100 Subject: Implement file upload. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 19b826e..5384ee7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,4 +42,4 @@ bytes = "0.4.12" futures = "0.1.26" libflate = "0.1.21" failure = "0.1.5" -log = "0.4.6" \ No newline at end of file +log = "0.4.6" -- cgit v1.2.3