Skip to content

Commit

Permalink
Merge pull request #350 from ReagentX/develop
Browse files Browse the repository at this point in the history
Fix #348
  • Loading branch information
ReagentX authored Oct 6, 2024
2 parents 3567424 + 75880c9 commit d254e55
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions imessage-database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ repository = "https://github.com/ReagentX/imessage-exporter"
version = "0.0.0"

[dependencies]
chrono = "0.4.38"
plist = "1.7.0"
rusqlite = { version = "0.32.1", features = ["blob", "bundled"] }
sha1 = "0.10.6"
protobuf = "3.5.1"
lzma-rs = "0.3.0"
chrono = "=0.4.38"
plist = "=1.7.0"
rusqlite = { version = "=0.32.1", features = ["blob", "bundled"] }
sha1 = "=0.10.6"
protobuf = "=3.5.1"
lzma-rs = "=0.3.0"

[build-dependencies]
protobuf = "3.5.1"
protobuf-codegen = "3.5.1"
protobuf = "=3.5.1"
protobuf-codegen = "=3.5.1"
10 changes: 5 additions & 5 deletions imessage-exporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ repository = "https://github.com/ReagentX/imessage-exporter"
version = "0.0.0"

[dependencies]
clap = { version = "4.5.11", features = ["cargo"] }
filetime = "0.2.23"
fdlimit = "0.3.0"
fs2 = "0.4.3"
clap = { version = "=4.5.11", features = ["cargo"] }
filetime = "=0.2.23"
fdlimit = "=0.3.0"
fs2 = "=0.4.3"
imessage-database = { path = "../imessage-database" }
indicatif = "0.17.8"
indicatif = "=0.17.8"
rusqlite = { version = "0.32.1", features = ["blob", "bundled"] }

0 comments on commit d254e55

Please sign in to comment.