Skip to content

Commit

Permalink
Updated deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostie314159 committed Feb 20, 2024
1 parent 6196855 commit 117a7fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "awdl-frame-parser"
version = "0.3.7"
version = "0.3.8"
edition = "2021"
description = "A parser for AWDL data and action frames."
authors = ["Frostie314159"]
Expand All @@ -17,9 +17,9 @@ harness = false

[dependencies]
bitfield-struct = "0.6.0"
ether-type = "0.1.2"
ether-type = "0.1.3"
mac-parser = "0.1.4"
macro-bits = "0.1.4"
macro-bits = "0.1.5"
num-integer = { version = "0.1.45", default-features = false }
scroll = { version = "0.12.0", default-features = false }
tlv-rs = "0.2.3"
Expand Down

0 comments on commit 117a7fa

Please sign in to comment.