Skip to content

Commit

Permalink
✨ feat(Cargo.lock): Update dependencies to latest versions
Browse files Browse the repository at this point in the history
🔧 chore(Cargo.lock): Remove support for deprecated packages
🔧 chore(Cargo.lock): Clean up unused dependencies
🔧 chore(pyproject.toml): Update version to 1.1.1
🔧 chore(Cargo.toml): Update version to 1.1.1
🔧 chore(Cargo.toml): Update dependencies to latest versions
  • Loading branch information
dotX12 committed Feb 4, 2025
1 parent 5d00cd1 commit 37e9aa6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 104 deletions.
99 changes: 7 additions & 92 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 10 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shazamio-core"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
rust-version = "1.62"

Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "shazamio_core"
version = "1.1.0"
version = "1.1.1"
description = ""
authors = ["dotX12 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 37e9aa6

Please sign in to comment.