Skip to content

Commit fdb64a2

Browse files
authored
Merge pull request #100 from TonyRippy/dependabot/cargo/minor-updates-167ef03a00
Bump the minor-updates group across 1 directory with 7 updates
2 parents 8d934aa + 7f5a754 commit fdb64a2

File tree

3 files changed

+49
-107
lines changed

3 files changed

+49
-107
lines changed

Cargo.lock

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

driver/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ edition = "2021"
77

88
[dependencies]
99
bytes = "1.6"
10-
chrono = "0.4.41"
10+
chrono = "0.4.42"
1111
http-body-util = "0.1"
1212
hyper = { version = "1.7", features = ["client", "server", "http1"] }
1313
hyper-util = { version = "0.1", features = ["tokio"] }
1414
log = "0.4"
15-
pest = "2.8.1"
16-
pest_derive = "2.8.1"
15+
pest = "2.8.3"
16+
pest_derive = "2.8.3"
1717
prometheus = { version = "0.14.0", features = ["process"] }
1818
tokio = { version = "1", features = ["macros", "net", "rt", "signal", "time"] }
1919

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.41"
11+
chrono = "0.4.42"
1212
clap = { version = "4", features = ["derive"] }
1313
driver = { path = "../driver" }
1414
env_logger = "0.11.3"

0 commit comments

Comments
 (0)