Skip to content

Commit

Permalink
Bump tokio to 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Dec 11, 2023
1 parent 5d217c0 commit 6bf58c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -23,7 +23,7 @@ nostr = { version = "0.25", path = "./crates/nostr", default-features = false }
nostr-database = { version = "0.1", path = "./crates/nostr-database", default-features = false }
once_cell = "1.18"
thiserror = "1.0"
tokio = { version = "1.32", default-features = false }
tokio = { version = "1", default-features = false }
tracing = { version = "0.1", default-features = false }
tracing-subscriber = "0.3"
uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "59c1e3ef15b1ea5143402e25264e933dbf8d1a1f" }
Expand Down

0 comments on commit 6bf58c2

Please sign in to comment.