Skip to content

Commit

Permalink
fix: fixes deprecation warning (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuddman authored Jul 2, 2024
1 parent e3a8c6c commit cdbebc9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ futures = "0.3.30"
futures-core = "0.3.30"
hex = "0.4.3"
log = { version = "0.4", features = ["release_max_level_debug"] }
openmls = { git = "https://github.com/xmtp/openmls", rev = "9cb3207", default_features = false }
openmls = { git = "https://github.com/xmtp/openmls", rev = "9cb3207", default-features = false }
openmls_basic_credential = { git = "https://github.com/xmtp/openmls", rev = "9cb3207" }
openmls_rust_crypto = { git = "https://github.com/xmtp/openmls", rev = "9cb3207" }
openmls_traits = { git = "https://github.com/xmtp/openmls", rev = "9cb3207" }
Expand Down
1 change: 0 additions & 1 deletion xmtp_cryptography/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ thiserror = { workspace = true }
ws = ["ethers/ws"]

[dev-dependencies]

tokio = { version = "1.28.1", features = ["rt", "macros"] }
2 changes: 0 additions & 2 deletions xmtp_id/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ edition = "2021"
name = "xmtp_id"
version = "0.1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait.workspace = true
chrono.workspace = true
Expand Down

0 comments on commit cdbebc9

Please sign in to comment.