Skip to content

Commit

Permalink
cli: update problematic dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Sep 20, 2022
1 parent a9e38fe commit 5b24e93
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 64 deletions.
107 changes: 44 additions & 63 deletions cli/Cargo.lock

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

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ atty = "0.2.14"
opentelemetry = { version = "0.18.0", features = ["rt-tokio"] }
opentelemetry-application-insights = { version = "0.22.0", features = ["reqwest-client-vendored-tls"] }
serde_bytes = "0.11.5"
chrono = { version = "0.4", features = ["serde", "rustc-serialize"] }
chrono = { version = "0.4", features = ["serde"] }
gethostname = "0.2.3"
libc = "0.2"
tunnels = { git = "https://github.com/connor4312/dev-tunnels", branch = "host-relay", features = ["connections", "vendored-openssl"] }
Expand Down

0 comments on commit 5b24e93

Please sign in to comment.