Skip to content

Commit 263a1a1

Browse files
build(deps): bump chrono from 0.4.41 to 0.4.42
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.41 to 0.4.42. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.41...v0.4.42) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c97510f commit 263a1a1

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ anyhow = "1.0"
4242
async-graphql = { version = "7.0.17", features = ["chrono"] }
4343
async-graphql-axum = "7.0.15"
4444
axum = "0.8.4"
45-
chrono = "0.4.41"
45+
chrono = "0.4.42"
4646
bs58 = "0.5.1"
4747
clap = { version = "4.5.4", features = ["derive", "env", "wrap_help"] }
4848
derivative = "2.2.0"

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ derivative = { workspace = true }
2222
graph_derive = { path = "./derive" }
2323
diesel = { workspace = true }
2424
diesel_derives = { workspace = true }
25-
chrono = "0.4.41"
25+
chrono = "0.4.42"
2626
envconfig = "0.11.0"
2727
Inflector = "0.11.3"
2828
atty = "0.2"

0 commit comments

Comments
 (0)