Skip to content

Commit

Permalink
Updated some dependencies and bumped version for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjasource committed Dec 10, 2024
1 parent 770bfbb commit 20c4136
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embedded-websocket"
version = "0.9.3"
version = "0.9.4"
authors = ["David Haig"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -11,19 +11,19 @@ categories = ["embedded", "no-std", "network-programming"]
readme = "README.md"

[dependencies]
sha1 = { version = "0.10.5", default-features = false }
sha1 = { version = "0.10.6", default-features = false }
heapless = { version = "0.7.16", default-features = false }
byteorder = { version = "1.4.3", default-features = false }
httparse = { version = "1.8.0", default-features = false }
byteorder = { version = "1.5.0", default-features = false }
httparse = { version = "1.9.5", default-features = false }
rand_core = { version = "0.6.4", default-features = false }
base64 = { version = "0.13.1", default-features = false }
futures = { version = "0.3.28", default-features = false }
futures = { version = "0.3.31", default-features = false }

[dev-dependencies]
rand = "0.8.5"
bytes = "1.4.0"
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] }
tokio-util = { version = "0.7.8", features = ["net", "codec"] }
bytes = "1.9.0"
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
tokio-util = { version = "0.7.13", features = ["net", "codec"] }

# see readme for no_std support
[features]
Expand Down

0 comments on commit 20c4136

Please sign in to comment.