From 5b6d5c00e2a65db881d23cc873985fd807ee200e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 12:11:56 +0000 Subject: [PATCH] Bump diesel from 2.0.0 to 2.0.2 (#84) Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.0.0 to 2.0.2. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/master/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.0.0...v2.0.2) --- updated-dependencies: - dependency-name: diesel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- chirpstack/Cargo.toml | 2 +- lrwn/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2dfa0a2..921b1d68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1263,9 +1263,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.0.0" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01e2adfd0a7a81070ed7beec0c62636458926326c16fedb77796d41e447b282d" +checksum = "68c186a7418a2aac330bb76cde82f16c36b03a66fb91db32d20214311f9f6545" dependencies = [ "bigdecimal", "bitflags", diff --git a/chirpstack/Cargo.toml b/chirpstack/Cargo.toml index 8fff9524..4f06e8fe 100644 --- a/chirpstack/Cargo.toml +++ b/chirpstack/Cargo.toml @@ -23,7 +23,7 @@ handlebars = "4.3" # Database validator = "0.16" -diesel = { version = "2.0.0", features = [ "chrono", "postgres", "r2d2", "uuid", "serde_json", "numeric" ] } +diesel = { version = "2.0.2", features = [ "chrono", "postgres", "r2d2", "uuid", "serde_json", "numeric" ] } diesel_migrations = { version = "2.0.0" } r2d2 = "0.8" bigdecimal = "0.3" diff --git a/lrwn/Cargo.toml b/lrwn/Cargo.toml index 7ae076aa..d13f5243 100644 --- a/lrwn/Cargo.toml +++ b/lrwn/Cargo.toml @@ -13,7 +13,7 @@ hex = "0.4" cmac = "0.7" aes = "0.8" serde = { version = "1.0", features = ["derive"] } -diesel = { version = "2.0.0", features = [ "postgres" ] } +diesel = { version = "2.0.2", features = [ "postgres" ] } # Error handling thiserror = "1.0"