Skip to content

Commit 0458949

Browse files
authored
Merge pull request #80 from TonyRippy/dependabot/cargo/chrono-0.4.41
2 parents 6a5306f + 952d7b3 commit 0458949

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.

driver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
bytes = "1.6"
10-
chrono = "0.4.39"
10+
chrono = "0.4.41"
1111
http-body-util = "0.1"
1212
hyper = { version = "1.2", features = ["client", "server", "http1"] }
1313
hyper-util = { version = "0.1", features = ["tokio"] }

prom2sqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
chrono = "0.4.39"
11+
chrono = "0.4.41"
1212
clap = { version = "4", features = ["derive"] }
1313
driver = { path = "../driver" }
1414
env_logger = "0.11.3"

0 commit comments

Comments
 (0)