Skip to content

Commit

Permalink
Update duration-str
Browse files Browse the repository at this point in the history
Updated to 0.7.0
  • Loading branch information
sophokles73 committed Sep 19, 2023
1 parent 9ab0621 commit 193d84a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ crate/cratesio/-/csv/1.2.2, Unlicense OR MIT, approved, clearlydefined
crate/cratesio/-/csv-core/0.1.10, Unlicense OR MIT, approved, clearlydefined
crate/cratesio/-/curl/0.4.44, MIT AND curl, approved, #9765
crate/cratesio/-/curl-sys/0.4.65, MIT, approved, #9784
crate/cratesio/-/duration-str/0.5.1, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/duration-str/0.7.0, Apache-2.0, approved, clearlydefined
crate/cratesio/-/either/1.9.0, Apache-2.0 AND MIT AND Apache-2.0 AND MIT, approved, #10050
crate/cratesio/-/encoding_rs/0.8.32, Apache-2.0 AND BSD-3-Clause AND MIT AND Apache-2.0 AND (Apache-2.0 AND CC0-1.0 AND MIT) AND MIT AND BSD-3-Clause AND (Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND MIT) AND (Apache-2.0 AND MIT) AND CC0-1.0, approved, #9762
crate/cratesio/-/env_logger/0.10.0, MIT OR Apache-2.0, approved, clearlydefined
Expand Down Expand Up @@ -73,7 +73,7 @@ crate/cratesio/-/itertools/0.10.5, Apache-2.0 AND MIT AND Apache-2.0 AND MIT, ap
crate/cratesio/-/itoa/1.0.9, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/libc/0.2.147, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/libnghttp2-sys/0.1.7, Apache-2.0 AND MIT AND Apache-2.0 AND MIT, approved, #9783
crate/cratesio/-/libz-sys/1.1.12, (Apache-2.0 OR MIT) AND Apache-2.0 AND BSL-1.0 AND MIT AND CC-BY-3.0 AND CC-BY-4.0 AND LicenseRef-Public-domain AND (GPL-2.0-or-later AND LicenseRef-scancode-ada-linking-exception) AND Info-ZIP AND NTP AND Zlib, approved, #9763
crate/cratesio/-/libz-sys/1.1.12, Apache-2.0 AND BSL-1.0 AND MIT AND CC-BY-3.0 AND CC-BY-4.0 AND LicenseRef-Public-domain AND (GPL-2.0-or-later AND LicenseRef-scancode-ada-linking-exception) AND Info-ZIP AND NTP AND Zlib, approved, #9763
crate/cratesio/-/linux-raw-sys/0.4.3, Apache-2.0 AND MIT, approved, #9787
crate/cratesio/-/log/0.4.19, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/matchit/0.7.0, MIT, approved, clearlydefined
Expand Down Expand Up @@ -161,7 +161,7 @@ crate/cratesio/-/tracing-core/0.1.31, MIT, approved, clearlydefined
crate/cratesio/-/tracing-futures/0.2.5, MIT, approved, clearlydefined
crate/cratesio/-/try-lock/0.2.4, MIT, approved, clearlydefined
crate/cratesio/-/unicode-bidi/0.3.13, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/unicode-ident/1.0.11, , approved, #4138
crate/cratesio/-/unicode-ident/1.0.11, Apache-2.0 AND MIT AND LicenseRef-unicode, approved, #4138
crate/cratesio/-/unicode-normalization/0.1.22, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/unicode-xid/0.2.4, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/untrusted/0.7.1, ISC AND (ISC AND MIT), approved, #4249
Expand Down
4 changes: 2 additions & 2 deletions components/Cargo.lock

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

2 changes: 1 addition & 1 deletion components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ documentation = "https://eclipse-sdv-blueprints.github.io/blueprints-website/"
async-trait = { version = "0.1" }
chrono = { version = "0.4", default-features = false }
clap = { version = "4.3", default-features = false }
duration-str = { version = "0.5", default-features = false }
duration-str = { version = "0.7.0", default-features = false }
env_logger = { version = "0.10" }
fms-proto = { path = "fms-proto" }
influx-client = { path = "influx-client", default-features = false }
Expand Down

0 comments on commit 193d84a

Please sign in to comment.