Skip to content

Commit

Permalink
chore(deps): bump iota-types
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr committed Feb 1, 2023
1 parent c62e174 commit 859ad1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ eyre = { version = "0.6", default-features = false, features = [ "track-caller",
futures = { version = "0.3", default-features = false }
humantime = { version = "2.1.0", default-features = false }
humantime-serde = { version = "1.1", default-features = false }
iota-types = { version = "1.0.0-rc.4", default-features = false, features = [ "api", "block", "std" ] }
iota-types = { git = "https://github.com/thibault-martinez/iota.rs.git", branch = "remove-inx-feature", version = "1.0.0-rc.4", default-features = false, features = [ "api", "block", "std" ] }
mongodb = { version = "2.3", default-features = false, features = [ "tokio-runtime" ] }
packable = { version = "0.7", default-features = false }
pin-project = { version = "1.0", default-features = false }
Expand Down Expand Up @@ -78,7 +78,7 @@ tonic = { version = "0.8", default-features = false, optional = true }
iota-crypto = { version = "0.15", default-features = false, features = [ "blake2b" ], optional = true }

[dev-dependencies]
iota-types = { version = "1.0.0-rc.4", default-features = false, features = [ "api", "block", "std", "rand" ] }
iota-types = { git = "https://github.com/thibault-martinez/iota.rs.git", branch = "remove-inx-feature", version = "1.0.0-rc.4", default-features = false, features = [ "api", "block", "std", "rand" ] }
rand = { version = "0.8", default-features = false, features = [ "std" ] }

[features]
Expand Down

0 comments on commit 859ad1e

Please sign in to comment.