Skip to content

Commit

Permalink
updated: env_logger to 0.11
Browse files Browse the repository at this point in the history
reason: atty is Unmaintained
  • Loading branch information
samuel-cavalcanti committed Jan 30, 2024
1 parent 7c6406b commit 5c83991
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ edition = "2021"

[dependencies]
ciborium = "0.2.0"
env_logger = "0.9.0"
log = "0.4.17"
env_logger = "0.11.1"
log = "0.4"

serde = "1.0.144"
serde_json = "1.0.85"
Expand All @@ -23,4 +23,4 @@ zmq = { version = "0.9.2", features = ["vendored"] }
[workspace]
members =[
"examples/opencv_example"
]
]

0 comments on commit 5c83991

Please sign in to comment.