Skip to content

Commit

Permalink
[deps] Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed Jun 28, 2024
1 parent aed5eb7 commit 51b18d4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 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
Expand Up @@ -17,12 +17,12 @@ async-stream = "0.3"
axum = "0.7"
bisection = "0.1"
clap = { version = "4.5", features = ["derive"] }
iroh = { version = "0.18.0", branch = "main", git = "https://github.com/izihawa/iroh", features = [ "metrics" ] }
iroh-base = { version = "0.18.0", branch = "main", git = "https://github.com/izihawa/iroh" }
iroh = { version = "0.19.0", branch = "main", git = "https://github.com/izihawa/iroh", features = [ "metrics" ] }
iroh-base = { version = "0.19.0", branch = "main", git = "https://github.com/izihawa/iroh" }
md5 = "0.7"
percent-encoding = "2.3.1"
rand = "0.9.0-alpha.1"
redb = { version = "2.1.0", features = ["logging"] }
redb = { version = "2.1.1", features = ["logging"] }
serde = "1.0"
serde_yaml = "0.9"
thiserror = "1.0"
Expand Down

0 comments on commit 51b18d4

Please sign in to comment.