Skip to content

Commit

Permalink
chore: bump some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 committed Feb 6, 2025
1 parent f753ffb commit 35d93d3
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 28 deletions.
124 changes: 100 additions & 24 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
license-file = "LICENCE"

[workspace.dependencies]
md-5 = "0.10.6"
md-5 = "0.11.0-pre.4"
hex = "0.4.3"
tracing = "0.1.41"
tokio = { version = "1.43.0", features = [
Expand Down
2 changes: 1 addition & 1 deletion mania-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ proc-macro = true

[dependencies]
syn = { version = "2.0.96", features = ["full"] }
quote = "1.0"
quote = "1.0.38"
proc-macro2 = "1.0.93"
hex.workspace = true
md-5.workspace = true
4 changes: 2 additions & 2 deletions mania/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ surge-ping = "0.8.1"
thiserror = "2.0.11"
tokio.workspace = true
tracing.workspace = true
uuid = { version = "1.12.0", features = ["serde", "v4"] }
uuid = { version = "1.12.1", features = ["serde", "v4"] }
hex.workspace = true
reqwest = { version = "0.12.12", default-features = false, features = [
"rustls-tls",
"charset",
"http2",
"macos-system-configuration",
] }
serde_json = "1.0.135"
serde_json = "1.0.137"
futures = "0.3.31"
inventory = "0.3.17"
once_cell = "1.20.2"
Expand Down

0 comments on commit 35d93d3

Please sign in to comment.