Skip to content

Commit

Permalink
Bump chrono from 0.4.35 to 0.4.37 (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 29, 2024
1 parent 3110fc0 commit 5029cfc
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.6.0"
chrono = { version = "0.4.35" }
chrono = { version = "0.4.37" }
clap = { version = "4.5.4", 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 @@ -24,7 +24,7 @@ byte-unit = { version = "5.1.4", default-features = false, features = [
"byte",
] }
bytes = "1.6.0"
chrono = "0.4.35"
chrono = "0.4.37"
clap = { version = "4.5.4", features = ["derive"] }
console-subscriber = { version = "0.2.0", optional = true }
dashmap = "5.5.3"
Expand Down

0 comments on commit 5029cfc

Please sign in to comment.