Skip to content

Commit 011f789

Browse files
committed
Upgrade sqlite version to 0.36.0
1 parent b3dd5f5 commit 011f789

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

Cargo.lock

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

internal/mithril-persistence/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde = { version = "1.0.196", features = ["derive"] }
2222
serde_json = "1.0.113"
2323
sha2 = "0.10.8"
2424
slog = "2.7.0"
25-
sqlite = { version = "0.34.0", features = ["bundled"] }
25+
sqlite = { version = "0.36.0", features = ["bundled"] }
2626
thiserror = "1.0.56"
2727
tokio = { version = "1.37.0", features = ["sync"] }
2828

mithril-aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ slog = { version = "2.7.0", features = [
3636
slog-async = "2.8.0"
3737
slog-bunyan = "2.5.0"
3838
slog-scope = "4.4.0"
39-
sqlite = { version = "0.34.0", features = ["bundled"] }
39+
sqlite = { version = "0.36.0", features = ["bundled"] }
4040
tar = "0.4.40"
4141
thiserror = "1.0.56"
4242
tokio = { version = "1.37.0", features = ["full"] }

mithril-signer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ slog = { version = "2.7.0", features = [
3434
slog-async = "2.8.0"
3535
slog-bunyan = "2.5.0"
3636
slog-scope = "4.4.0"
37-
sqlite = { version = "0.34.0", features = ["bundled"] }
37+
sqlite = { version = "0.36.0", features = ["bundled"] }
3838
thiserror = "1.0.56"
3939
tokio = { version = "1.37.0", features = ["full"] }
4040

0 commit comments

Comments
 (0)