Skip to content

Commit

Permalink
Merge pull request #139 from ncsurobotics/dependabot/cargo/all-depend…
Browse files Browse the repository at this point in the history
…encies-389191cbb9

Bump the all-dependencies group with 3 updates
  • Loading branch information
Bennett-Petzold authored Apr 9, 2024
2 parents 6f87e26 + 64f1ee4 commit 63237b7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 26 deletions.
53 changes: 30 additions & 23 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ toml = "0.8.12" # Configuration file
serde = { version = "1.0.197", features = ["derive"] } # Config serial handling
bytes = "1.6.0" # Byte buffering
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] } # Unique IDs
graphviz-rust = { version = "0.8.0", optional = true } # Drawing graphs
graphviz-rust = { version = "0.9.0", optional = true } # Drawing graphs
paste = { version = "1.0.14", optional = true } # Concat identifiers
chrono = "0.4.37"

[build-dependencies]
quote = { version = "1.0.33", optional = true }
syn = { version = "2.0.57", features = ["full", "fold"], optional = true }
syn = { version = "2.0.58", features = ["full", "fold"], optional = true }
proc-macro2 = { version = "1.0.79", optional = true }

[dev-dependencies]
assert_approx_eq = "1.1.0" # Floating point eq
reqwest = "0.12.2" # Downloading godot sim
reqwest = "0.12.3" # Downloading godot sim

[target.'cfg(target_os = "linux")'.dev-dependencies]
flate2 = "1.0.28" # Decompressing gz
Expand Down

0 comments on commit 63237b7

Please sign in to comment.