Skip to content

Commit

Permalink
Merge pull request #207 from bit-ranger/dependabot/cargo/dev/chrono-0…
Browse files Browse the repository at this point in the history
….4.24

build(deps): bump chrono from 0.4.23 to 0.4.24
  • Loading branch information
bit-ranger authored Mar 28, 2023
2 parents bdd504e + 2c949f7 commit 0088a86
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ dirs = "4.0.0"
async-recursion = "1.0.2"
colored = "2"
thiserror = "1.0"
chrono = { version = "0.4.23", features = ["serde"] }
chrono = { version = "0.4.24", features = ["serde"] }
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository = "https://github.com/bit-ranger/chord"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4.23", features = ["serde"] }
chrono = { version = "0.4.24", features = ["serde"] }
async-trait = "0.1.67"
regex = "1.7.1"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion flow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ futures = "0.3.27"
handlebars = "4.3.6"
log = { version = "0.4.14", features = ["std"] }
tracing = "0.1"
chrono = "0.4.23"
chrono = "0.4.24"
lazy_static = "1.4.0"
jsonpath-rust = "0.2.2"
thiserror = "1.0"
2 changes: 1 addition & 1 deletion input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repository = "https://github.com/bit-ranger/chord"
[dependencies]
chord-core = { path = "../core", version = "0.1.22" }
csv = { version = "1.2.0" }
chrono = { version = "0.4.23", features = ["serde"] }
chrono = { version = "0.4.24", features = ["serde"] }
log = { version = "0.4.14", features = ["std"] }
hocon = { version = "0.9.0", features = [] }
thiserror = "1.0"
2 changes: 1 addition & 1 deletion output/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository = "https://github.com/bit-ranger/chord"
[dependencies]
chord-core = { path = "../core", version = "0.1.22" }
serde = { version = "1.0" }
chrono = { version = "0.4.23", features = ["serde"] }
chrono = { version = "0.4.24", features = ["serde"] }
itertools = { version = "0.10.5" }
log = { version = "0.4.14", features = ["std"] }
async-trait = "0.1.67"
Expand Down
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ async-trait = "0.1.67"
bean = "0.1.4"
dirs = "4.0.0"
thiserror = "1.0"
chrono = { version = "0.4.23", features = ["serde"] }
chrono = { version = "0.4.24", features = ["serde"] }

0 comments on commit 0088a86

Please sign in to comment.