Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: buttplugio/buttplug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2b6924a51d76de8cfb099ae909d8319aee6b770d
Choose a base ref
..
head repository: buttplugio/buttplug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dd464e9bcc931e6c334139db3290ac0e82740092
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 buttplug/Cargo.toml
2 changes: 1 addition & 1 deletion buttplug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ tokio-tungstenite = { version = "0.26.2", features = ["rustls-tls-webpki-roots",
rustls = { version = "0.23.23", optional = true, default-features = false, features = ["ring"]}
aes = { version = "0.8.4" }
ecb = { version = "0.1.2", features = ["std"] }
rand = { version = "0.9.0" }
rand = { version = "0.8.5" }
sha2 = { version = "0.10.8", features = ["std"] }
# Used by several packages, but we need to bring in the JS feature for wasm. Pinned at 0.2 until dependencies update
getrandom = { version = "0.2", features = ["js"] }