Skip to content

Commit

Permalink
package updates & fixate on git
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Hollensbe <git@hollensbe.org>
  • Loading branch information
erikh committed May 5, 2022
1 parent ad99804 commit d819b28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ ipnetwork = ">= 0"
trust-dns-resolver = { version = "^0.21.0", features = ["tokio-runtime", "dns-over-openssl"] }
trust-dns-server = { version = "^0.21.0", features = ["trust-dns-resolver", "dns-over-openssl"] }
tokio = { version = "1", features = ["full"] }
zerotier-central-api = { version = "= 1.0.5", path = "../zerotier-rust-api/zerotier-central-api" }
zerotier-one-api = { version = "= 1.0.6", path = "../zerotier-rust-api/zerotier-one-api" }
zerotier-central-api = { version = "= 1.1.0", git = "https://github.com/erikh/zerotier-rust-api", branch = "openapiv3" }
zerotier-one-api = { version = "= 1.1.0", git = "https://github.com/erikh/zerotier-rust-api", branch = "openapiv3" }
serde = ">= 0"
serde_json = ">= 0"
serde_yaml = ">= 0"
Expand Down

0 comments on commit d819b28

Please # to comment.