Skip to content

Commit 37e9aa6

Browse files
committed
✨ feat(Cargo.lock): Update dependencies to latest versions
🔧 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
1 parent 5d00cd1 commit 37e9aa6

File tree

3 files changed

+18
-104
lines changed

3 files changed

+18
-104
lines changed

Cargo.lock

Lines changed: 7 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shazamio-core"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
rust-version = "1.62"
66

@@ -10,19 +10,18 @@ crate-type = ["cdylib", "lib"]
1010

1111

1212
[dependencies]
13-
tokio = { version = "1.36.0" }
14-
tempfile = "3.10.0"
15-
rodio = {version = "0.17.3"}
16-
serde_json = "1.0.114"
13+
tokio = { version = "1.43.0" }
14+
tempfile = "3.16.0"
15+
rodio = {version = "0.20.1" }
16+
serde_json = "1.0.138"
1717
blocking = { version = "1.5.1", features = [] }
1818
byteorder = "1.5.0"
19-
crc32fast = "1.4.0"
20-
base64 = { version = "0.21.7", features = [] }
19+
crc32fast = "1.4.2"
20+
base64 = { version = "0.22.1", features = [] }
2121
chfft = {version = "0.3.4"}
22-
futures = { version = "0.3.30", features = [] }
23-
serde = { version = "1.0.196", features = ["derive"] }
24-
bytes = "1.5.0"
25-
tempdir = "0.3.7"
22+
futures = { version = "0.3.31", features = [] }
23+
serde = { version = "1.0.217", features = ["derive"] }
24+
bytes = "1.10.0"
2625
pyo3 = "=0.20.2"
2726
pyo3-asyncio = { version = "0.20.0", features = ["async-std-runtime", "async-std", "tokio", "tokio-runtime"] }
2827
pyo3-log = "=0.8.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "shazamio_core"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = ""
55
authors = ["dotX12 <dev@shitposting.team>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)