Skip to content

Commit

Permalink
chore(deps): update rust crate diesel to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Oct 22, 2023
1 parent 1cd3314 commit 452fbb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.27" }
Expand Down Expand Up @@ -125,7 +125,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.27" }
Expand Down

0 comments on commit 452fbb2

Please sign in to comment.