Skip to content

Commit 0db7d99

Browse files
chore(deps): update rust crate diesel to 2.1.6 (#5570)
1 parent 184e4cb commit 0db7d99

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ db-macros = { path = "nexus/db-macros" }
209209
debug-ignore = "1.0.5"
210210
derive_more = "0.99.17"
211211
derive-where = "1.2.7"
212-
diesel = { version = "2.1.5", features = ["postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
212+
diesel = { version = "2.1.6", features = ["postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
213213
diesel-dtrace = { git = "https://github.com/oxidecomputer/diesel-dtrace", branch = "main" }
214214
dns-server = { path = "dns-server" }
215215
dns-service-client = { path = "clients/dns-service-client" }

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ crossbeam-utils = { version = "0.8.19" }
3838
crossterm = { version = "0.27.0", features = ["event-stream", "serde"] }
3939
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
4040
der = { version = "0.7.8", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
41-
diesel = { version = "2.1.5", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] }
41+
diesel = { version = "2.1.6", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] }
4242
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
4343
either = { version = "1.11.0" }
4444
elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std"] }
@@ -145,7 +145,7 @@ crossbeam-utils = { version = "0.8.19" }
145145
crossterm = { version = "0.27.0", features = ["event-stream", "serde"] }
146146
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
147147
der = { version = "0.7.8", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
148-
diesel = { version = "2.1.5", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] }
148+
diesel = { version = "2.1.6", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] }
149149
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
150150
either = { version = "1.11.0" }
151151
elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std"] }

0 commit comments

Comments
 (0)