Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Dec 14, 2024
1 parent be5ffac commit 0c31e63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"

[dependencies]
tokio = { version = "1.41.0", features = ["full"] } # For async support
tokio = { version = "1.42.0", features = ["full"] } # For async support
serde = { version = "1.0.216", features = ["derive"] } # For serializing and deserializing data structures
ros2-client = "0.7.6"

0 comments on commit 0c31e63

Please sign in to comment.