Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 14, 2024
1 parent 0a1b689 commit 06047f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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 @@ -31,7 +31,7 @@ tokio-serde = { version = "0.8", features = ["bincode"], optional = true }
tokio-util = { version = "0.7", features = ["codec", "compat"], optional = true }
tracing = "0.1"
quinn-udp = { package = "iroh-quinn-udp", version = "0.4.0", optional = true }
interprocess = { git = "https://github.com/kotauskas/interprocess", branch = "main", version = "2", features = ["tokio"], optional = true }
interprocess = { version = "2.1", features = ["tokio"], optional = true }
hex = "0.4.3"
blake3 = "1.4.1"
futures = { version = "0.3.30", optional = true }
Expand Down

0 comments on commit 06047f5

Please sign in to comment.