From 7b97d4304560e5f3dfdaf8a9031343078c0f31ea Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 09:07:32 +0000 Subject: [PATCH] chore(deps): update rust crate diesel to 2.1.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46ee0d23d4..d096625504 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1866,9 +1866,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.1.1" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d98235fdc2f355d330a8244184ab6b4b33c28679c0b4158f63138e51d6cf7e88" +checksum = "2268a214a6f118fce1838edba3d1561cf0e78d8de785475957a580a7f8c69d33" dependencies = [ "bitflags 2.4.0", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 8150533244..f76b622b6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -177,7 +177,7 @@ db-macros = { path = "nexus/db-macros" } debug-ignore = "1.0.5" derive_more = "0.99.17" derive-where = "1.2.5" -diesel = { version = "2.1.1", features = ["postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] } +diesel = { version = "2.1.3", features = ["postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] } diesel-dtrace = { git = "https://github.com/oxidecomputer/diesel-dtrace", branch = "main" } dns-server = { path = "dns-server" } dns-service-client = { path = "clients/dns-service-client" } diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index b6ee86dba2..24832c6704 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -32,7 +32,7 @@ const-oid = { version = "0.9.5", default-features = false, features = ["db", "st crossbeam-epoch = { version = "0.9.15" } crossbeam-utils = { version = "0.8.16" } crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] } -diesel = { version = "2.1.1", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] } +diesel = { version = "2.1.3", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] } digest = { version = "0.10.7", features = ["mac", "oid", "std"] } either = { version = "1.9.0" } flate2 = { version = "1.0.28" } @@ -124,7 +124,7 @@ const-oid = { version = "0.9.5", default-features = false, features = ["db", "st crossbeam-epoch = { version = "0.9.15" } crossbeam-utils = { version = "0.8.16" } crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] } -diesel = { version = "2.1.1", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] } +diesel = { version = "2.1.3", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] } digest = { version = "0.10.7", features = ["mac", "oid", "std"] } either = { version = "1.9.0" } flate2 = { version = "1.0.28" }