Skip to content

Commit

Permalink
fix audit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo committed Sep 29, 2023
1 parent ed50655 commit 11ecee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ tokio = { version = "1", default-features = false, features = ["macros", "rt-mul
futures = { version = "0.3.28", default-features = false, optional = true }
async-channel = { version = "1.9.0", default-features = false, optional = true }
reqwest = { version = "0.11", default-features = false, features = ["json"], optional = true }
tokio-tungstenite = { version = "0.19.0", default-features = false, features = ["connect"], optional = true }
tokio-tungstenite = { version = "0.20.1", default-features = false, features = ["connect"], optional = true }
names = { version = "0.14.0", default-features = false, optional = true }
uuid = { version = "1.4.1", default-features = false, features = ["v4", "fast-rng"], optional = true }
rand_chacha = { version = "0.3.1", default-features = false, optional = true }
Expand Down

0 comments on commit 11ecee8

Please sign in to comment.