Skip to content

Commit aa9aba8

Browse files
Bump diesel from 2.0.0-rc.1 to 2.0.0 (#1662)
1 parent db47555 commit aa9aba8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

nexus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bb8 = "0.8.0"
1616
clap = { version = "3.2", features = ["derive"] }
1717
cookie = "0.16"
1818
crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "bacffd142fc38a01fe255407b0c8d5d0aacfe778" }
19-
diesel = { version = "2.0.0-rc.1", features = ["postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
19+
diesel = { version = "2.0.0", features = ["postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
2020
diesel-dtrace = { git = "https://github.com/oxidecomputer/diesel-dtrace", rev = "18748d9f76c94e1f4400fbec0859b3e77a221a8d" }
2121
fatfs = "0.3.5"
2222
futures = "0.3.23"

nexus/db-model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "../../rpaths"
1010
[dependencies]
1111
anyhow = "1.0"
1212
chrono = { version = "0.4", features = ["serde"] }
13-
diesel = { version = "2.0.0-rc.1", features = ["postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
13+
diesel = { version = "2.0.0", features = ["postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
1414
hex = "0.4.3"
1515
ipnetwork = "0.20"
1616
macaddr = { version = "1.0.1", features = [ "serde_std" ]}

0 commit comments

Comments
 (0)