Skip to content

Commit f4270c0

Browse files
committed
Upgrade sqlite crate to 0.31.0 in cargo tomls
1 parent 4c61045 commit f4270c0

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

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

mithril-aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ slog = { version = "2.7.0", features = ["max_level_trace", "release_max_level_de
2828
slog-async = "2.7.0"
2929
slog-bunyan = "2.4.0"
3030
slog-scope = "4.4.0"
31-
sqlite = "0.28"
31+
sqlite = { version = "0.31.0", features = ["bundled"] }
3232
tar = "0.4.38"
3333
thiserror = "1.0.31"
3434
tokio = { version = "1.17.0", features = ["full"] }

mithril-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ serde_yaml = "0.9.10"
4444
sha2 = "0.10.2"
4545
slog = { version = "2.7.0", features = ["max_level_trace", "release_max_level_debug"] }
4646
slog-scope = "4.4.0"
47-
sqlite = "0.28"
47+
sqlite = { version = "0.31.0", features = ["bundled"] }
4848
strum = "0.24.1"
4949
strum_macros = "0.24.1"
5050
thiserror = "1.0.31"

mithril-signer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ slog = { version = "2.7.0", features = ["max_level_trace", "release_max_level_de
2424
slog-async = "2.7.0"
2525
slog-bunyan = "2.4.0"
2626
slog-scope = "4.4.0"
27-
sqlite = "0.28"
27+
sqlite = { version = "0.31.0", features = ["bundled"] }
2828
thiserror = "1.0.31"
2929
tokio = { version = "1.17.0", features = ["full"] }
3030

0 commit comments

Comments
 (0)