Skip to content

Commit

Permalink
Update Rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xioTechnologies authored Dec 19, 2024
1 parent 85805f3 commit b4033d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions x-IMU3-API/Rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ crate-type = ["rlib", "staticlib", "dylib"]

[dependencies]
crossbeam = "0.8.4"
libc = "0.2.153"
regex = "1.10.3"
libc = "0.2.169"
regex = "1.11.1"
scan_fmt = "0.2.6"
serde = "1.0.197"
serde_json = "1.0.114"
serialport = "4.3.0"
serde = "1.0.216"
serde_json = "1.0.133"
serialport = "4.6.1"

[build-dependencies]
cbindgen = "0.26.0"
cbindgen = "0.27.0"

0 comments on commit b4033d7

Please sign in to comment.