From 37e9aa6087013486157a8c77f8d91061a8a20038 Mon Sep 17 00:00:00 2001 From: dotX12 Date: Tue, 4 Feb 2025 03:45:36 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(Cargo.lock):=20Update=20depend?= =?UTF-8?q?encies=20to=20latest=20versions=20=F0=9F=94=A7=20chore(Cargo.lo?= =?UTF-8?q?ck):=20Remove=20support=20for=20deprecated=20packages=20?= =?UTF-8?q?=F0=9F=94=A7=20chore(Cargo.lock):=20Clean=20up=20unused=20depen?= =?UTF-8?q?dencies=20=F0=9F=94=A7=20chore(pyproject.toml):=20Update=20vers?= =?UTF-8?q?ion=20to=201.1.1=20=F0=9F=94=A7=20chore(Cargo.toml):=20Update?= =?UTF-8?q?=20version=20to=201.1.1=20=F0=9F=94=A7=20chore(Cargo.toml):=20U?= =?UTF-8?q?pdate=20dependencies=20to=20latest=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 99 ++++---------------------------------------------- Cargo.toml | 21 +++++------ pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 104 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 277e681..671afb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,9 +240,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.7" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bindgen" @@ -307,9 +307,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" [[package]] name = "cc" @@ -523,12 +523,6 @@ version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" -[[package]] -name = "fuchsia-cprng" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" - [[package]] name = "futures" version = "0.3.31" @@ -1191,43 +1185,6 @@ dependencies = [ "proc-macro2", ] -[[package]] -name = "rand" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" -dependencies = [ - "fuchsia-cprng", - "libc", - "rand_core 0.3.1", - "rdrand", - "winapi", -] - -[[package]] -name = "rand_core" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" -dependencies = [ - "rand_core 0.4.2", -] - -[[package]] -name = "rand_core" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" - -[[package]] -name = "rdrand" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" -dependencies = [ - "rand_core 0.3.1", -] - [[package]] name = "redox_syscall" version = "0.5.8" @@ -1266,20 +1223,11 @@ version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" -[[package]] -name = "remove_dir_all" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" -dependencies = [ - "winapi", -] - [[package]] name = "rodio" -version = "0.17.3" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b1bb7b48ee48471f55da122c0044fcc7600cfcc85db88240b89cb832935e611" +checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1" dependencies = [ "claxon", "cpal", @@ -1374,7 +1322,7 @@ dependencies = [ [[package]] name = "shazamio-core" -version = "1.1.0" +version = "1.1.1" dependencies = [ "base64", "blocking", @@ -1390,7 +1338,6 @@ dependencies = [ "rodio", "serde", "serde_json", - "tempdir", "tempfile", "tokio", ] @@ -1491,16 +1438,6 @@ version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" -[[package]] -name = "tempdir" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" -dependencies = [ - "rand", - "remove_dir_all", -] - [[package]] name = "tempfile" version = "3.16.0" @@ -1711,22 +1648,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "winapi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" -dependencies = [ - "winapi-i686-pc-windows-gnu", - "winapi-x86_64-pc-windows-gnu", -] - -[[package]] -name = "winapi-i686-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" - [[package]] name = "winapi-util" version = "0.1.9" @@ -1736,12 +1657,6 @@ dependencies = [ "windows-sys 0.59.0", ] -[[package]] -name = "winapi-x86_64-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" - [[package]] name = "windows" version = "0.54.0" diff --git a/Cargo.toml b/Cargo.toml index 259748b..d491cf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shazamio-core" -version = "1.1.0" +version = "1.1.1" edition = "2021" rust-version = "1.62" @@ -10,19 +10,18 @@ crate-type = ["cdylib", "lib"] [dependencies] -tokio = { version = "1.36.0" } -tempfile = "3.10.0" -rodio = {version = "0.17.3"} -serde_json = "1.0.114" +tokio = { version = "1.43.0" } +tempfile = "3.16.0" +rodio = {version = "0.20.1" } +serde_json = "1.0.138" blocking = { version = "1.5.1", features = [] } byteorder = "1.5.0" -crc32fast = "1.4.0" -base64 = { version = "0.21.7", features = [] } +crc32fast = "1.4.2" +base64 = { version = "0.22.1", features = [] } chfft = {version = "0.3.4"} -futures = { version = "0.3.30", features = [] } -serde = { version = "1.0.196", features = ["derive"] } -bytes = "1.5.0" -tempdir = "0.3.7" +futures = { version = "0.3.31", features = [] } +serde = { version = "1.0.217", features = ["derive"] } +bytes = "1.10.0" pyo3 = "=0.20.2" pyo3-asyncio = { version = "0.20.0", features = ["async-std-runtime", "async-std", "tokio", "tokio-runtime"] } pyo3-log = "=0.8.4" diff --git a/pyproject.toml b/pyproject.toml index 595cdd3..b7ce266 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "shazamio_core" -version = "1.1.0" +version = "1.1.1" description = "" authors = ["dotX12 "] readme = "README.md"