Skip to content

Commit

Permalink
Upgrade sqlite version to 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlachaume committed Apr 29, 2024
1 parent a3516c1 commit aebb5c7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 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 internal/mithril-persistence/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
sha2 = "0.10.8"
slog = "2.7.0"
sqlite = { version = "0.34.0", features = ["bundled"] }
sqlite = { version = "0.36.0", features = ["bundled"] }
thiserror = "1.0.56"
tokio = { version = "1.37.0", features = ["sync"] }

Expand Down
2 changes: 1 addition & 1 deletion mithril-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ slog = { version = "2.7.0", features = [
slog-async = "2.8.0"
slog-bunyan = "2.5.0"
slog-scope = "4.4.0"
sqlite = { version = "0.34.0", features = ["bundled"] }
sqlite = { version = "0.36.0", features = ["bundled"] }
tar = "0.4.40"
thiserror = "1.0.56"
tokio = { version = "1.37.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion mithril-signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ slog = { version = "2.7.0", features = [
slog-async = "2.8.0"
slog-bunyan = "2.5.0"
slog-scope = "4.4.0"
sqlite = { version = "0.34.0", features = ["bundled"] }
sqlite = { version = "0.36.0", features = ["bundled"] }
thiserror = "1.0.56"
tokio = { version = "1.37.0", features = ["full"] }

Expand Down

0 comments on commit aebb5c7

Please sign in to comment.