Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Fix: upgrade ic-utils to use generic tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Bloom-dfinity committed Mar 7, 2022
1 parent 39bc74c commit 594b6c8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
17 changes: 10 additions & 7 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icx-proxy"
version = "0.8.0"
version = "0.8.1"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
edition = "2018"
description = "CLI tool to create an HTTP proxy to the Internet Computer."
Expand All @@ -25,8 +25,8 @@ garcon = { version = "0.2.3", features = ["async"] }
hex = "0.4.3"
hyper = { version = "0.14.13", features = ["full"] }
hyper-tls = "0.5.0"
ic-agent = "0.12"
ic-utils = "0.12"
ic-agent = "0.12.2"
ic-utils = "0.12.2"
lazy-regex = "2"
tokio = { version = "1.8.1", features = ["full"] }
serde = "1.0.115"
Expand Down

0 comments on commit 594b6c8

Please sign in to comment.