Skip to content

Commit

Permalink
chore: bump db to 0.4.13
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Diez <[email protected]>
  • Loading branch information
7flying committed Jan 25, 2024
1 parent 83bdf09 commit ee3e619
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "fdo-db"
version = "0.4.12"
version = "0.4.13"
edition = "2021"


[dependencies]
anyhow = "1.0"
diesel = { version = "2.1.0", features = ["sqlite", "postgres", "r2d2"] }

fdo-data-formats = { path = "../data-formats", version = "0.4.12" }
fdo-data-formats = { path = "../data-formats", version = "0.4.13" }

[dev-dependencies]
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.12", features = ["server"] }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.13", features = ["server"] }
openssl = "0.10.55"

[features]
Expand Down
2 changes: 1 addition & 1 deletion owner-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ tss-esapi = { version = "7.4", features = ["generate-bindings"] }
fdo-util = { path = "../util", version = "0.4.13" }
fdo-data-formats = { path = "../data-formats", version = "0.4.13" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.13", features = ["client"] }
fdo-db = { path = "../db", version = "0.4.12"}
fdo-db = { path = "../db", version = "0.4.13"}

hex = "0.4"
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ xattr = { version = "1.0", default-features = false, optional = true } # We *ne
serde_cbor = { version = "0.11", optional = true }

# database
fdo-db = { path = "../db", version = "0.4.12"}
fdo-db = { path = "../db", version = "0.4.13"}

diesel = { version = "2.1.0", features = ["sqlite", "postgres", "r2d2"], optional = true }

Expand Down

0 comments on commit ee3e619

Please sign in to comment.