Skip to content

Commit a67cd40

Browse files
committed
Merge branch 'main' of github.com:kittycad/machine-api
2 parents b409bfa + 05bc680 commit a67cd40

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ reqwest = { version = "0.12", default-features = false, features = ["json", "rus
3333
schemars = { version = "0.8", features = ["chrono", "uuid1", "bigdecimal"] }
3434
serde = { version = "1.0", features = ["derive"] }
3535
serde_json = "1.0"
36-
serialport = "4.4.0"
36+
serialport = "4.5.0"
3737
signal-hook = "0.3"
3838
slog = "2.7.0"
3939
slog-async = "2.7.0"

bambulabs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dashmap = "6.0.1"
99
format_serde_error = { version = "0.3.0", default-features = false, features = ["serde_json"] }
1010
lazy_static = "1.5.0"
1111
nanoid = "0.4.0"
12-
parse-display = "0.9.1"
12+
parse-display = "0.10.0"
1313
rumqttc = "0.24.0"
1414
rustls = "0.22"
1515
schemars = { version = "0.8.21", features = ["uuid"] }

0 commit comments

Comments
 (0)