Skip to content

Commit

Permalink
Merge pull request #907 from unavi-xyz/dependabot/cargo/tokio-1.40.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.39.2 to 1.40.0
  • Loading branch information
kayhhh committed Sep 2, 2024
2 parents 417d16a + 46b6df1 commit e43aa46
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 @@ -40,7 +40,7 @@ serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
surrealdb = { version = "1.5.1", default-features = false }
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["macros", "rt", "time"]}
tokio = { version = "1.40.0", features = ["macros", "rt", "time"]}
tracing = "0.1.40"
tracing-test = "0.2.4"
wasm-bindgen = "=0.2.92"
Expand Down

0 comments on commit e43aa46

Please sign in to comment.