Skip to content

Commit 80e01dd

Browse files
committed
chore: update dependencies
1 parent bae2295 commit 80e01dd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ repository = "https://github.com/OpenActionAPI/rust"
1616
homepage = "https://openaction.amankhanna.me"
1717

1818
[dependencies]
19-
thiserror = "1.0"
19+
thiserror = "2"
2020
async-trait = "0.1"
21-
dashmap = "6.1"
21+
dashmap = "6"
2222
futures-util = "0.3"
2323
log = "0.4"
24-
serde = { version = "1.0", features = ["derive"] }
25-
serde_json = "1.0"
26-
tokio = { version = "1.47", features = ["rt", "net", "sync"] }
24+
serde = { version = "1", features = ["derive"] }
25+
serde_json = "1"
26+
tokio = { version = "1", features = ["rt", "net", "sync"] }
2727
tokio-tungstenite = "0.28"

0 commit comments

Comments
 (0)