update dependencies, including iroh to 0.1.1

This commit is contained in:
dignifiedquire
2022-11-23 16:50:03 +01:00
parent 1fd4e8e0ec
commit 415279c450
11 changed files with 1951 additions and 799 deletions

View File

@@ -26,7 +26,7 @@ anyhow = "1"
thiserror = "1"
rand = "0.7"
once_cell = "1.16.0"
iroh-share = { git = "https://github.com/n0-computer/iroh", branch = "main" }
iroh-share = { git = "https://github.com/n0-computer/iroh", tag = "v0.1.1" }
multibase = "0.9"
[features]