Skip to content

Commit

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

Bump the all-dependencies group with 3 updates
  • Loading branch information
Bennett-Petzold authored Feb 28, 2024
2 parents 95a460e + 21789a8 commit cf519a5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 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 @@ -37,16 +37,16 @@ derive-getters = "0.3.0" # Getter macro
async-trait = "0.1.77" # Async fns in trait definitions
futures = { version = "0.3.30", default-features = false, features = ["std"] }# Futures utilities
toml = "0.8.10" # Configuration file
serde = { version = "1.0.196", features = ["derive"] } # Config serial handling
serde = { version = "1.0.197", features = ["derive"] } # Config serial handling
bytes = "1.5.0" # Byte buffering
uuid = { version = "1.7.0", features = ["v4", "fast-rng"] } # Unique IDs
graphviz-rust = { version = "0.7.1", optional = true } # Drawing graphs
graphviz-rust = { version = "0.7.2", optional = true } # Drawing graphs
paste = { version = "1.0.14", optional = true } # Concat identifiers
chrono = "0.4.34"

[build-dependencies]
quote = { version = "1.0.33", optional = true }
syn = { version = "2.0.49", features = ["full", "fold"], optional = true }
syn = { version = "2.0.51", features = ["full", "fold"], optional = true }
proc-macro2 = { version = "1.0.78", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit cf519a5

Please sign in to comment.