Skip to content

Commit

Permalink
Merge pull request #722 from fabriziosestito/deps/remove-unused-depen…
Browse files Browse the repository at this point in the history
…dencies

build(deps): remove unused dependencies
  • Loading branch information
flavio authored Apr 4, 2024
2 parents 7315311 + 1d92d51 commit dca54f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
58 changes: 0 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ anyhow = "1.0"
clap = { version = "4.5", features = ["cargo", "env"] }
daemonize = "0.5"
futures = "0.3"
humansize = "2.1"
itertools = "0.12.1"
k8s-openapi = { version = "0.21.1", default-features = false, features = [
"v1_29",
Expand All @@ -29,7 +28,6 @@ opentelemetry = { version = "0.22.0", default-features = false, features = [
"trace",
] }
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
procfs = "0.16"
pprof = { version = "0.13", features = ["prost-codec"] }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.16.3" }
rayon = "1.10"
Expand All @@ -41,7 +39,6 @@ sha2 = "0.10"
thiserror = "1.0"
tokio = { version = "^1.37.0", features = ["full"] }
tracing = "0.1"
tracing-futures = "0.2"
tracing-opentelemetry = "0.23.0"
tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "json"] }
semver = { version = "1.0.22", features = ["serde"] }
Expand Down

0 comments on commit dca54f6

Please sign in to comment.