Skip to content

Commit

Permalink
chore: update utils version (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty committed Nov 3, 2023
1 parent a8b467a commit 5695fa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ geoblock = []
cloud = []

[dependencies]
wc = { git = "https://github.com/WalletConnect/utils-rs.git", tag = "v0.5.1", features = ["analytics", "geoip", "geoblock"] }
wc = { git = "https://github.com/WalletConnect/utils-rs.git", tag = "v0.7.0", features = ["analytics", "geoip", "geoblock"] }

tokio = { version = "1", features = ["full"] }
axum = { version = "0.6", features = ["json", "multipart", "tokio"] }
Expand Down

0 comments on commit 5695fa3

Please sign in to comment.