Skip to content

Commit

Permalink
Merge branch 'main' into jack-test-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 authored Dec 23, 2024
2 parents bdf2622 + 9714866 commit 4d6776b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ members = ["uploader"]

[workspace.dependencies]
reqwest = { version = "0.12.9", features = ["blocking", "multipart"] }
clap = { version = "4.5.21", features = ["derive", "env"] }
clap = { version = "4.5.23", features = ["derive", "env"] }


[dependencies]
clap.workspace = true
protobuf = "3.7.1"
rumqttc = "0.24.0"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"
sysinfo = "0.32.0"
tokio = { version = "1.41.0", features = ["full", "tracing"] }
tokio-util = { version = "0.7.12", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["ansi", "env-filter"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.134"
sysinfo = "0.33.0"
tokio = { version = "1.42.0", features = ["full", "tracing"] }
tokio-util = { version = "0.7.13", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["ansi", "env-filter"] }

[build-dependencies]
protobuf-codegen = "3.7.1"

0 comments on commit 4d6776b

Please sign in to comment.