Skip to content

Commit 5da66ec

Browse files
chore(deps): bump chrono from 0.4.43 to 0.4.44 in /reference-apps/rust
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.43 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.43...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>
1 parent f7a535a commit 5da66ec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

reference-apps/rust/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.

reference-apps/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tokio = { version = "1.49", features = ["full"] }
1010
serde = { version = "1.0", features = ["derive"] }
1111
serde_json = "1.0"
1212
reqwest = { version = "=0.12.28", default-features = false, features = ["json", "rustls-tls-native-roots"] }
13-
chrono = { version = "=0.4.43" }
13+
chrono = { version = "=0.4.44" }
1414
log = "0.4"
1515
env_logger = "=0.11.8"
1616
tokio-postgres = "0.7"

0 commit comments

Comments
 (0)