Skip to content

Commit

Permalink
update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 18, 2024
1 parent 87b0802 commit 16737db
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ version = "0.0.1"

[dependencies]
anyhow = "^1.0"
chrono = "^0.4"
clap = "^2.3"
chrono = { version = "0.4.19", features = ["clock", "serde"] }
clap = { version = "4.3.5", features = ["derive", "unstable-styles"] }
diem-temppath = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" }
diem-types = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" }
diem-crypto = { git = "https://github.com/0LNetworkCommunity/diem.git", branch = "release" }
Expand All @@ -25,10 +25,11 @@ libra-storage = { git = "https://github.com/0o-de-lally/libra-framework.git", b
libra-types = { git = "https://github.com/0o-de-lally/libra-framework.git", branch = "legacy-compat" }
log = "^0.4"
once_cell = "^1.2"
serde = "^1.0"
serde_json = "^1.0"
tokio = "^1.3"
neo4rs = "^0.7"
serde = { version = "^1.0", features = ["derive", "rc"] }
serde_json = { version = "^1", features = ["preserve_order"] }

tokio = { version = "1", features = ["full"] }
neo4rs = "0.8.0"


[dev-dependencies]
Expand Down

0 comments on commit 16737db

Please sign in to comment.