Skip to content

Commit

Permalink
fix: linux deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Oct 11, 2024
1 parent 67647f5 commit 17c5367
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 157 deletions.
151 changes: 0 additions & 151 deletions wazuh-cert-oauth2-client/Cargo.lock

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

12 changes: 6 additions & 6 deletions wazuh-cert-oauth2-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ version = "0.2.6"
edition = "2021"

[dependencies]
tokio = { version = "1.40.0", features = ["windows-sys", "macros", "rt-multi-thread", "fs", "process"] }
tokio = { version = "1.38.1", features = ["windows-sys", "macros", "rt-multi-thread", "fs", "process"] }
anyhow = "1.0.86"
thiserror = "1.0.64"
thiserror = "1.0.63"
log = "0.4.22"
env_logger = "0.11.5"
structopt = "0.3.26"
env_logger = "0.11.3"
structopt = "0"
oauth2 = "4.4.2"
reqwest = { version = "0.12.8", features = ["json"] }
reqwest = { version = "0", features = ["json"] }
wazuh-cert-oauth2-model = { path = "../wazuh-cert-oauth2-model" }
openssl = { version = "0.10.66", features = ["vendored", "bindgen"] }
openssl = { version = "0.10.66", features = ["vendored"] }
mid = "3.0.0"
local-ip-address = "0.6.3"

0 comments on commit 17c5367

Please sign in to comment.