From 06ee5a8c5348bfab30a962cba02f33347f26a531 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:13:51 +0000 Subject: [PATCH] Update Rust crate diesel to 2.1.5 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b0db55..2476afe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,9 +545,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.1.4" +version = "2.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62c6fcf842f17f8c78ecf7c81d75c5ce84436b41ee07e03f490fbb5f5a8731d8" +checksum = "03fc05c17098f21b89bc7d98fe1dd3cce2c11c2ad8e145f2a44fe08ed28eb559" dependencies = [ "bitflags 2.4.2", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 929f001..c3bf895 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ clap = { version = "4.4.16", features = ["derive", "string", "env"] } config = { version = "0.13.4", features = ["toml"] } cookie = { version = "0.18.0" } crc32c = "0.6.4" -diesel = { version = "2.1.4", features = ["postgres"] } +diesel = { version = "2.1.5", features = ["postgres"] } dirs = "5.0.1" dropshot = "0.10.0" dropshot-verified-body = { git = "https://github.com/oxidecomputer/dropshot-verified-body" }