Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JcBernack committed Aug 15, 2023
1 parent 333e342 commit dd3e6c5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ keywords = ["coap", "server", "async", "IoT"]
edition = "2021"

[dependencies]
tokio = { version = "1.17.0", features = ["rt", "macros", "net"] }
tokio-stream = "0.1.8"
tokio-util = { version = "0.7.0", features = ["codec", "net"] }
bytes = "1.1.0"
futures = "0.3.21"
async-trait = "0.1.53"
pin-project = "1.0.10"
dyn-clone = "1.0.5"
anyhow = "1.0.56"
thiserror = "1.0.30"
log = "0.4.16"
coap-lite = "0.9.0"
tokio = { version = "1.31.0", features = ["rt", "macros", "net"] }
tokio-stream = "0.1.14"
tokio-util = { version = "0.7.8", features = ["codec", "net"] }
bytes = "1.4.0"
futures = "0.3.28"
async-trait = "0.1.73"
pin-project = "1.1.3"
dyn-clone = "1.0.12"
anyhow = "1.0.72"
thiserror = "1.0.44"
log = "0.4.20"
coap-lite = "0.11.3"
rand = "0.8.5"

[dev-dependencies]
async-stream = "0.3.3"
async-stream = "0.3.5"
tokio = { version = "1.17.0", features = ["test-util", "rt-multi-thread"] }
env_logger = "0.9.0"
env_logger = "0.10.0"

0 comments on commit dd3e6c5

Please sign in to comment.