Skip to content

Commit 1cd53bf

Browse files
chore(deps): bump chrono from 0.4.42 to 0.4.44 in /backend (#183)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.42 to 0.4.44. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.42...v0.4.44) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30cae52 commit 1cd53bf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

backend/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[dependencies]
77
axum = { version = "0.8" }
88
bitcoin = { version = "0.32.8", features = [ "serde" ] }
9-
chrono = { version = "0.4.38", features = ["serde"] }
9+
chrono = { version = "0.4.44", features = ["serde"] }
1010
clap = { version = "4.5", features = [ "derive" ] }
1111
hex = { version = "0.4" }
1212
jsonrpsee = { version = "0.24", features = [ "http-client" ] }

0 commit comments

Comments
 (0)