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

Commit 594b6c8

Browse files
Fix: upgrade ic-utils to use generic tokens
1 parent 39bc74c commit 594b6c8

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

Cargo.lock

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "icx-proxy"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["DFINITY Stiftung <[email protected]>"]
55
edition = "2018"
66
description = "CLI tool to create an HTTP proxy to the Internet Computer."
@@ -25,8 +25,8 @@ garcon = { version = "0.2.3", features = ["async"] }
2525
hex = "0.4.3"
2626
hyper = { version = "0.14.13", features = ["full"] }
2727
hyper-tls = "0.5.0"
28-
ic-agent = "0.12"
29-
ic-utils = "0.12"
28+
ic-agent = "0.12.2"
29+
ic-utils = "0.12.2"
3030
lazy-regex = "2"
3131
tokio = { version = "1.8.1", features = ["full"] }
3232
serde = "1.0.115"

0 commit comments

Comments
 (0)