Skip to content

Commit

Permalink
Merge pull request #26 from shazamio/dev
Browse files Browse the repository at this point in the history
✨ feat(Cargo.lock): Update dependencies to latest versions
  • Loading branch information
dotX12 authored Feb 4, 2025
2 parents 3594e89 + dc8cce5 commit 9dc136d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 106 deletions.
103 changes: 9 additions & 94 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 9dc136d

Please sign in to comment.