From da9349231915a0c895a47df6e7401068607c54ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 04:21:12 +0000 Subject: [PATCH 1/2] Bump the cargo-dependencies group with 3 updates Bumps the cargo-dependencies group with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [chatsounds](https://github.com/SpiralP/rust-chatsounds) and [tokio](https://github.com/tokio-rs/tokio). Updates `anyhow` from 1.0.90 to 1.0.91 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.90...1.0.91) Updates `chatsounds` from `bce1fd7` to `634b522` - [Commits](https://github.com/SpiralP/rust-chatsounds/compare/bce1fd72c23321d4999cf94875337dc9133ddb54...634b5225e5351e40c25ab4240c479475a452c3b7) Updates `tokio` from 1.40.0 to 1.41.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: chatsounds dependency-type: direct:production dependency-group: cargo-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b3ca7f..36b3a5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,9 +50,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" dependencies = [ "backtrace", ] @@ -253,7 +253,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chatsounds" version = "0.2.0" -source = "git+https://github.com/SpiralP/rust-chatsounds.git#bce1fd72c23321d4999cf94875337dc9133ddb54" +source = "git+https://github.com/SpiralP/rust-chatsounds.git#634b5225e5351e40c25ab4240c479475a452c3b7" dependencies = [ "bytes", "futures", @@ -2176,9 +2176,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "bytes", From a47c9017cc54ad3ae8a98b1d0a47215fa92ffc74 Mon Sep 17 00:00:00 2001 From: SpiralP Date: Mon, 28 Oct 2024 14:41:32 -0700 Subject: [PATCH 2/2] nix: update hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 25d6773..6fe0691 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ lockFile = ./Cargo.lock; outputHashes = { "async-dispatcher-0.1.0" = "sha256-rqpQ176/PnI9vvPrwQvK3GJbryjb3hHkb+o1RyCZ3Vg="; - "chatsounds-0.2.0" = "sha256-eAo0AOiW/26yA3H9awjpJ5EPslY+9z8WJ5JFcFtNMTI="; + "chatsounds-0.2.0" = "sha256-l9Fk/qRdhxhFneXoLEszG5QTWwS+LwFCu6essLzbT5c="; "classicube-helpers-3.0.0+classicube.1.3.7" = "sha256-3hWKS6NmAH0x+SOi/nBKJLIQi/3ilG7WSRrPvF++wGE="; "color-backtrace-0.3.0" = "sha256-wVf6EEmD/PqHGJtVUXBg5y2kXPXxGtQTU52WurrFv+M="; };