From f178ec8f22df22e3b8ff62b977e2ebb962044a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 7 May 2019 04:34:16 +0000 Subject: Bump serde from 1.0.90 to 1.0.91 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.90 to 1.0.91. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.90...v1.0.91) 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 a345f7e..7d4fd95 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.90", features = ["derive"] } +serde = { version = "1.0.91", features = ["derive"] } tar = "0.4.24" bytes = "0.4.12" futures = "0.1.26" -- cgit v1.2.3 From 4cf3f727d9c3b74b85d4c98465d3cc2f563e8774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 10 May 2019 04:37:00 +0000 Subject: Bump tar from 0.4.24 to 0.4.25 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.24 to 0.4.25. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.24...0.4.25) 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 7d4fd95..251ba5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ chrono = "0.4.6" chrono-humanize = "0.0.11" maud = { version = "0.20.0", features = ["actix-web"] } serde = { version = "1.0.91", features = ["derive"] } -tar = "0.4.24" +tar = "0.4.25" bytes = "0.4.12" futures = "0.1.26" libflate = "0.1.21" -- cgit v1.2.3 From 455b87575da01f387ff1501a100a0044b2a70331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 13 May 2019 04:34:36 +0000 Subject: Bump futures from 0.1.26 to 0.1.27 Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.26 to 0.1.27. - [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases) - [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/futures-rs/compare/0.1.26...0.1.27) 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 251ba5f..dba00c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ maud = { version = "0.20.0", features = ["actix-web"] } serde = { version = "1.0.91", features = ["derive"] } tar = "0.4.25" bytes = "0.4.12" -futures = "0.1.26" +futures = "0.1.27" libflate = "0.1.21" failure = "0.1.5" log = "0.4.6" -- cgit v1.2.3