Skip to content

Commit

Permalink
Bump chrono from 0.4.33 to 0.4.34 (#671)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Gankiewicz <[email protected]>
  • Loading branch information
dependabot[bot] and spetz authored Feb 21, 2024
1 parent 7c61f46 commit 799736c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ byte-unit = { version = "5.1.4", default-features = false, features = [
"std",
] }
bytes = "1.5.0"
chrono = { version = "0.4.33" }
chrono = { version = "0.4.34" }
clap = { version = "4.5.1", features = ["derive"] }
comfy-table = { version = "7.1.0", optional = true }
crc32fast = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ byte-unit = { version = "5.1.4", default-features = false, features = [
"byte",
] }
bytes = "1.5.0"
chrono = "0.4.33"
chrono = "0.4.34"
clap = { version = "4.5.1", features = ["derive"] }
console-subscriber = { version = "0.2.0", optional = true }
dashmap = "5.5.3"
Expand Down

0 comments on commit 799736c

Please sign in to comment.