Merge pull request #74 from dmitris/deps-update

update anyhow, clap, and tokio
pull/75/head
Michal Rostecki 2 years ago committed by GitHub
commit 999d98cc3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -7,17 +7,17 @@ publish = false
[dependencies] [dependencies]
aya = { version = ">=0.11", features=["async_tokio"] } aya = { version = ">=0.11", features=["async_tokio"] }
{% if program_types_with_opts contains program_type -%} {% if program_types_with_opts contains program_type -%}
clap = { version = "4.0", features = ["derive"] } clap = { version = "4.1", features = ["derive"] }
{% endif -%} {% endif -%}
aya-log = "0.1" aya-log = "0.1"
{{project-name}}-common = { path = "../{{project-name}}-common", features=["user"] } {{project-name}}-common = { path = "../{{project-name}}-common", features=["user"] }
anyhow = "1.0.42" anyhow = "1.0.68"
env_logger = "0.10" env_logger = "0.10"
{%- if program_type == "uprobe" %} {%- if program_type == "uprobe" %}
libc = "0.2" libc = "0.2"
{%- endif %} {%- endif %}
log = "0.4" 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]] [[bin]]
name = "{{project-name}}" name = "{{project-name}}"

Loading…
Cancel
Save