From 89a1a55b960241d50fdd61eedf20178343ad93b0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 7 Feb 2021 11:56:46 +0000 Subject: [PATCH 1/3] Update reqwest requirement from 0.10.6 to 0.11.0 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.6...v0.11.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0af28b6..5f9fab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ include = [ ] [dependencies] -reqwest = { version = "0.10.6", features = ["json", "rustls-tls"], default-features = false } +reqwest = { version = "0.11.0", features = ["json", "rustls-tls"], default-features = false } tokio = { version = "0.2", features = ["macros"] } serde = { version = "1.0", features = ["derive"] } rustc-serialize = "0.3.24" From 564af1939c774db649418e32803a0c0af19724d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 7 Feb 2021 11:57:07 +0000 Subject: [PATCH 2/3] Update env_logger requirement from 0.7.1 to 0.8.2 Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version. - [Release notes](https://github.com/env-logger-rs/env_logger/releases) - [Changelog](https://github.com/env-logger-rs/env_logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.7.1...v0.8.2) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0af28b6..3d193ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ enum-iterator = "0.6.0" dotenv = "0.15.0" log = "0.4.8" -env_logger = "0.7.1" +env_logger = "0.8.2" From d6f5573d90ad148ae573c7de3947c629c8dd9064 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 7 Feb 2021 11:58:22 +0000 Subject: [PATCH 3/3] Create Dependabot config file --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5cde165 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: cargo + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10