Skip to content

Commit f5b2dbc

Browse files
authored
update deps (#36)
* bump tokio from 1.43.0 to 1.44.2 bump latest energon rev
1 parent 3c61105 commit f5b2dbc

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Diff for: Cargo.lock

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
thiserror = "2.0.11"
99
clap = { version = "4", features = ["derive", "string"] }
10-
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
10+
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }
1111
tokio-stream = { version = "0.1", features = ["net"] }
1212
prost-types = { version = "0.13.4", features = ["std"] }
1313
prost = "0.13.4"
@@ -20,7 +20,7 @@ tracing-subscriber = { version = "0.3.17", default-features = true, features = [
2020
"env-filter",
2121
] }
2222
crev-common = "0.25.0"
23-
energon = { git = "https://github.com/version513/energon.git", rev = "41c0fef" }
23+
energon = { git = "https://github.com/version513/energon.git", rev = "0202d8b" }
2424
sha2 = "0.10.7"
2525
http = "1.2.0"
2626
toml_edit = "0.22.22"

0 commit comments

Comments
 (0)