update anyhow, clap, and tokio

pull/74/head
Dmitry Savintsev 2 years ago
parent fa404ffb26
commit c6c4082093

@ -5,4 +5,4 @@ edition = "2021"
[dependencies]
anyhow = "1"
clap = { version = "4.0", features = ["derive"] }
clap = { version = "4.1", features = ["derive"] }

@ -7,17 +7,17 @@ publish = false
[dependencies]
aya = { version = ">=0.11", features=["async_tokio"] }
{% if program_types_with_opts contains program_type -%}
clap = { version = "4.0", features = ["derive"] }
clap = { version = "4.1", features = ["derive"] }
{% endif -%}
aya-log = "0.1"
{{project-name}}-common = { path = "../{{project-name}}-common", features=["user"] }
anyhow = "1.0.42"
anyhow = "1.0.68"
env_logger = "0.10"
{%- if program_type == "uprobe" %}
libc = "0.2"
{%- endif %}
log = "0.4"
tokio = { version = "1.23", features = ["macros", "rt", "rt-multi-thread", "net", "signal"] }
tokio = { version = "1.24", features = ["macros", "rt", "rt-multi-thread", "net", "signal"] }
[[bin]]
name = "{{project-name}}"

Loading…
Cancel
Save