Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/johnlettman/oyster
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlettman committed Aug 13, 2024
2 parents e8d637b + 9caf50c commit 1116496
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
58 changes: 29 additions & 29 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 @@ -13,9 +13,9 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
phf = { version = "0.11.2", default-features = false }
phf_codegen = "0.11.1"
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.207", features = ["derive"] }
log = "0.4.22"
serde_json = "1.0.120"
serde_json = "1.0.124"
nalgebra = { version = "0.33.0", features = ["serde", "serde-serialize"] }
chrono = { version = "0.4.38", features = ["serde"] }
serde_with = {version = "3.9.0", features = ["macros"] }
Expand All @@ -25,7 +25,7 @@ once_cell = "1.19.0"
enum-map = "2.7.3"
pyo3 = "0.22.2"
rosbag = "0.6.3"
syn = "2.0.71"
syn = "2.0.74"
quote = "1.0.36"
void = "1.0.2"
const_format = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions oysterctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"

[dependencies]
serde_json = "1.0.122"
clap = "4.5.13"
serde_json = "1.0.124"
clap = "4.5.15"

[lints]
workspace = true

0 comments on commit 1116496

Please sign in to comment.