Skip to content

Commit

Permalink
Merge pull request #383 from ReagentX/feat/cs/live-oak-fixes
Browse files Browse the repository at this point in the history
Feat/cs/live oak fixes
  • Loading branch information
ReagentX authored Nov 24, 2024
2 parents d1c42af + ac3bc28 commit ff7f85e
Show file tree
Hide file tree
Showing 9 changed files with 114 additions and 99 deletions.
163 changes: 92 additions & 71 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 imessage-database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ chrono = "=0.4.38"
plist = "=1.7.0"
rusqlite = { version = "=0.32.1", features = ["blob", "bundled"] }
sha1 = "=0.10.6"
protobuf = "=3.5.1"
protobuf = "=3.7.1"
lzma-rs = "=0.3.0"

[build-dependencies]
protobuf = "=3.5.1"
protobuf-codegen = "=3.5.1"
protobuf = "=3.7.1"
protobuf-codegen = "=3.7.1"
Loading

0 comments on commit ff7f85e

Please sign in to comment.