Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: updating warp10.rs and time
  • Loading branch information
bpetit committed Mar 28, 2023
commit 018d51425f8943502711467165dd734ecb0852f3
171 changes: 11 additions & 160 deletions Cargo.lock

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

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ protobuf = "2.28.0"
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
ordered-float = "2.0"
warp10 = { version = "1.0.0", optional = true }
warp10 = { version = "2.0.0", optional = true }
rand = { version = "0.7.3" }
#time = { version = "0.3.11", features = ["std"] }
#time blocked because used by chrono and warp10
time = "0.2.25"
time = "0.3.20"
colored = "2.0.0"
chrono = "0.4.19"
docker-sync = { version = "0.1.2", optional = true }
Expand Down