Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Dec 9, 2023
1 parent 3f4fece commit 2fc7d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ axum = { version = "0.6.18", features = ["tokio"]}
hyper = { version = "0.14.26", features = ["client"] }
rand = "0.8.5"
tokio = { version = "1.28.1", features = ["io-util", "macros", "rt-multi-thread", "signal"] }
extendr-api = {version = '0.4.0', optional = true }
extendr-api = {version = '0.6.0', optional = true }
deadpool = "0.9.5"
async-trait = "0.1.68"
async-trait = "0.1.74"

[features]
default = ["rlib"]
Expand Down

0 comments on commit 2fc7d47

Please sign in to comment.