Skip to content

Commit

Permalink
Update prost*
Browse files Browse the repository at this point in the history
  • Loading branch information
lukipuki committed Sep 29, 2024
1 parent a0f2ea4 commit e4067f9
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 18 deletions.
94 changes: 80 additions & 14 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ prost-wkt-build = "0.5"
walkdir = "2.3.2"

[dependencies]
chrono = "0.4.31"
chrono = "0.4.38"
geoutils = "0.5.1"
log = "0.4.20"
meshtastic = { git = "https://github.com/meshtastic/rust.git", rev = "7410cefb3747ee7c8b6dc81a182ed91b810f9e20" }
prost = "0.12.3"
prost-wkt = "0.5"
prost-wkt-types = "0.5"
prost = "0.13.3"
prost-wkt = "0.6"
prost-wkt-types = "0.6"
pyo3 = { version = "0.22.0", features = ["extension-module", "chrono"] }
pyo3-log = "0.11.0"
regex = "1.9.6"
Expand Down

0 comments on commit e4067f9

Please sign in to comment.