Merge pull request #64 from vadorovsky/update-deps

Update dependencies
pull/65/head
Michal Rostecki 2 years ago committed by GitHub
commit 3ac1aa63ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -9,13 +9,13 @@ aya = { version = ">=0.11", features=["async_tokio"] }
aya-log = "0.1"
{{project-name}}-common = { path = "../{{project-name}}-common", features=["user"] }
anyhow = "1.0.42"
clap = { version = "3.1", features = ["derive"] }
env_logger = "0.9"
clap = { version = "4.0", features = ["derive"] }
env_logger = "0.10"
{%- if program_type == "uprobe" %}
libc = "0.2.102"
libc = "0.2"
{%- endif %}
log = "0.4"
tokio = { version = "1.18", features = ["macros", "rt", "rt-multi-thread", "net", "signal"] }
tokio = { version = "1.23", features = ["macros", "rt", "rt-multi-thread", "net", "signal"] }
[[bin]]
name = "{{project-name}}"

Loading…
Cancel
Save