From fc4a661947b24856dcaa480a616500f6c3fbbfa6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 04:24:19 +0000 Subject: Bump serde from 1.0.98 to 1.0.99 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.98 to 1.0.99. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.98...v1.0.99) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5fc1712..f6b60a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ structopt = "0.2.18" chrono = "0.4.7" chrono-humanize = "0.0.11" maud = { version = "0.21.0", features = ["actix-web"] } -serde = { version = "1.0.98", features = ["derive"] } +serde = { version = "1.0.99", features = ["derive"] } tar = "0.4.25" bytes = "0.4.12" futures = "0.1.28" -- cgit v1.2.3 From d203191223dcfe19058fad9bb7282aeb0b746e59 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 04:51:57 +0000 Subject: Bump url from 2.0.0 to 2.1.0 Bumps [url](https://github.com/servo/rust-url) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f6b60a5..b22b645 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,4 +56,4 @@ select = "0.4" port_check = "0.1" rstest = "0.3" pretty_assertions = "0.6" -url = "2.0" +url = "2.1" -- cgit v1.2.3 From 905cb94f15218a2f55724e086863b59d65cb7559 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 04:51:57 +0000 Subject: Bump percent-encoding from 2.0.0 to 2.1.0 Bumps [percent-encoding](https://github.com/servo/rust-url) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/percent-encoding-v2.0.0...percent-encoding-v2.1.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f6b60a5..20e6895 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ actix = "0.7" actix-web = "0.7" simplelog = "0.6" base64 = "0.10" -percent-encoding = "2.0" +percent-encoding = "2.1" htmlescape = "0.3.1" bytesize = "1.0.0" nanoid = "0.2.0" -- cgit v1.2.3 From 9d134346a9058dca7c8c0a798a6e666cb61f401d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 04:19:50 +0000 Subject: Bump simplelog from 0.6.0 to 0.7.0 Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/drakulix/simplelog.rs/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 933a59c..65c5a6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ clap = "2.29" yansi = "0.5" actix = "0.7" actix-web = "0.7" -simplelog = "0.6" +simplelog = "0.7" base64 = "0.10" percent-encoding = "2.1" htmlescape = "0.3.1" -- cgit v1.2.3 From e6b4f4de2335ffd94668e9377dde3dff73ca5fe2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 04:18:05 +0000 Subject: Bump chrono from 0.4.7 to 0.4.8 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.7 to 0.4.8. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 65c5a6f..e8645cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ bytesize = "1.0.0" nanoid = "0.2.0" alphanumeric-sort = "1.0.7" structopt = "0.2.18" -chrono = "0.4.7" +chrono = "0.4.8" chrono-humanize = "0.0.11" maud = { version = "0.21.0", features = ["actix-web"] } serde = { version = "1.0.99", features = ["derive"] } -- cgit v1.2.3 From f57053b60ec117840272b428b4876b3de4425db4 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 4 Sep 2019 01:27:36 +0200 Subject: Upgrade to structopt 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e8645cd..eefe5e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ htmlescape = "0.3.1" bytesize = "1.0.0" nanoid = "0.2.0" alphanumeric-sort = "1.0.7" -structopt = "0.2.18" +structopt = "0.3" chrono = "0.4.8" chrono-humanize = "0.0.11" maud = { version = "0.21.0", features = ["actix-web"] } -- cgit v1.2.3 From cd1e4557e4713b24fc422e7fc7d5b5604f9d563e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 04:17:33 +0000 Subject: Bump chrono from 0.4.8 to 0.4.9 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.8 to 0.4.9. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/commits/v0.4.9) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index eefe5e4..1598008 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ bytesize = "1.0.0" nanoid = "0.2.0" alphanumeric-sort = "1.0.7" structopt = "0.3" -chrono = "0.4.8" +chrono = "0.4.9" chrono-humanize = "0.0.11" maud = { version = "0.21.0", features = ["actix-web"] } serde = { version = "1.0.99", features = ["derive"] } -- cgit v1.2.3 From 4a0224ff5b5c51a2b699e1dfd4b95a39b120c0a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 04:18:04 +0000 Subject: Bump futures from 0.1.28 to 0.1.29 Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.28 to 0.1.29. - [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.28...0.1.29) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1598008..1289216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ maud = { version = "0.21.0", features = ["actix-web"] } serde = { version = "1.0.99", features = ["derive"] } tar = "0.4.25" bytes = "0.4.12" -futures = "0.1.28" +futures = "0.1.29" libflate = "0.1.26" failure = "0.1.5" log = "0.4.8" -- cgit v1.2.3 From a55025eb743c22a325f5306df30f64376df42d73 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 04:18:06 +0000 Subject: Bump serde from 1.0.99 to 1.0.100 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.99 to 1.0.100. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.99...v1.0.100) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1289216..b80f501 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ structopt = "0.3" chrono = "0.4.9" chrono-humanize = "0.0.11" maud = { version = "0.21.0", features = ["actix-web"] } -serde = { version = "1.0.99", features = ["derive"] } +serde = { version = "1.0.100", features = ["derive"] } tar = "0.4.25" bytes = "0.4.12" futures = "0.1.29" -- cgit v1.2.3 From c70cb314b30c598f532c62ed7800d5c1b00939bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 04:18:16 +0000 Subject: Bump alphanumeric-sort from 1.0.7 to 1.0.10 Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.7 to 1.0.10. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.7...v1.0.10) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b80f501..983ef0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ percent-encoding = "2.1" htmlescape = "0.3.1" bytesize = "1.0.0" nanoid = "0.2.0" -alphanumeric-sort = "1.0.7" +alphanumeric-sort = "1.0.10" structopt = "0.3" chrono = "0.4.9" chrono-humanize = "0.0.11" -- cgit v1.2.3 From c3d68b70eeccda8a935cbcc5223a9cc15a13bb27 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 04:17:37 +0000 Subject: Bump alphanumeric-sort from 1.0.10 to 1.0.11 Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.10 to 1.0.11. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.10...v1.0.11) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 983ef0c..5854c25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ percent-encoding = "2.1" htmlescape = "0.3.1" bytesize = "1.0.0" nanoid = "0.2.0" -alphanumeric-sort = "1.0.10" +alphanumeric-sort = "1.0.11" structopt = "0.3" chrono = "0.4.9" chrono-humanize = "0.0.11" -- cgit v1.2.3 From 9198aac302dddabf0b59f7dcd08846a9a380479a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 04:17:55 +0000 Subject: Bump serde from 1.0.100 to 1.0.101 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.100 to 1.0.101. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.100...v1.0.101) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 983ef0c..0e8dfe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ structopt = "0.3" chrono = "0.4.9" chrono-humanize = "0.0.11" maud = { version = "0.21.0", features = ["actix-web"] } -serde = { version = "1.0.100", features = ["derive"] } +serde = { version = "1.0.101", features = ["derive"] } tar = "0.4.25" bytes = "0.4.12" futures = "0.1.29" -- cgit v1.2.3 From 77b2bc910d16ce1509ac189e965e39e8075c1bca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 04:17:25 +0000 Subject: Bump strum from 0.15.0 to 0.16.0 Bumps [strum](https://github.com/Peternator7/strum) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 312325b..8645ef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ futures = "0.1.29" libflate = "0.1.26" failure = "0.1.5" log = "0.4.8" -strum = "0.15.0" +strum = "0.16.0" strum_macros = "0.15.0" sha2 = "0.8.0" hex = "0.3.2" -- cgit v1.2.3 From 38b3cef8c71a82a63dcdbbb79d0a8bb5e0c5243b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 22:45:50 +0000 Subject: Bump hex from 0.3.2 to 0.4.0 Bumps [hex](https://github.com/KokaKiwi/rust-hex) from 0.3.2 to 0.4.0. - [Release notes](https://github.com/KokaKiwi/rust-hex/releases) - [Commits](https://github.com/KokaKiwi/rust-hex/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8645ef5..3173817 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ log = "0.4.8" strum = "0.16.0" strum_macros = "0.15.0" sha2 = "0.8.0" -hex = "0.3.2" +hex = "0.4.0" [dev-dependencies] assert_cmd = "0.11" -- cgit v1.2.3 From a951d5e90f6f02a4c9b2c80fac07c4496241f326 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 22:45:51 +0000 Subject: Bump strum_macros from 0.15.0 to 0.16.0 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8645ef5..e3467c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ libflate = "0.1.26" failure = "0.1.5" log = "0.4.8" strum = "0.16.0" -strum_macros = "0.15.0" +strum_macros = "0.16.0" sha2 = "0.8.0" hex = "0.3.2" -- cgit v1.2.3 From 9234050ad4c510acdd780100a8df80b2557cb3e1 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sat, 21 Sep 2019 04:01:54 +0200 Subject: Remove explicit clap dependency in favor of structopt's re-exported version --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 99b023e..e5f363a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ codegen-units = 1 panic = 'abort' [dependencies] -clap = "2.29" yansi = "0.5" actix = "0.7" actix-web = "0.7" -- cgit v1.2.3 From c8392cb632f0e7a2387129e0f765710ef9f0ef3f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 16:58:04 +0000 Subject: Bump rstest from 0.3.0 to 0.4.1 Bumps [rstest](https://github.com/la10736/rstest) from 0.3.0 to 0.4.1. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/0.3.0...0.4.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e5f363a..0bc60d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,6 +53,6 @@ reqwest = "0.9" assert_fs = "0.11" select = "0.4" port_check = "0.1" -rstest = "0.3" +rstest = "0.4" pretty_assertions = "0.6" url = "2.1" -- cgit v1.2.3 From 8e820022a71ab76829208eed437fc678f5f5c381 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 04:16:54 +0000 Subject: Bump base64 from 0.10.1 to 0.11.0 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.10.1 to 0.11.0. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.10.1...v0.11.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0bc60d8..d0ff98f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ yansi = "0.5" actix = "0.7" actix-web = "0.7" simplelog = "0.7" -base64 = "0.10" +base64 = "0.11" percent-encoding = "2.1" htmlescape = "0.3.1" bytesize = "1.0.0" -- cgit v1.2.3 From 5b5cfd3fcb1dc00a444d801017c8a404386c15a0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 04:17:05 +0000 Subject: Bump serde from 1.0.101 to 1.0.102 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.101 to 1.0.102. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.101...v1.0.102) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0bc60d8..d20dbcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ structopt = "0.3" chrono = "0.4.9" chrono-humanize = "0.0.11" maud = { version = "0.21.0", features = ["actix-web"] } -serde = { version = "1.0.101", features = ["derive"] } +serde = { version = "1.0.102", features = ["derive"] } tar = "0.4.25" bytes = "0.4.12" futures = "0.1.29" -- cgit v1.2.3