Skip to content

Commit

Permalink
Merge branch 'lagrange' into ping_fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 authored Mar 3, 2025
2 parents 78157de + ca1c634 commit e2a1cc8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions flake.lock

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

10 changes: 5 additions & 5 deletions mania/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ byteorder = "1.5.0"
bytes.workspace = true
chrono = { version = "0.4.39", features = ["serde"] }
dashmap = "6.1.0"
flate2 = "1.0.35"
flate2 = "1.1.0"
generic-array = "1.2.0"
phf = { version = "0.11.3", features = ["macros"] }
prost = "0.13.4"
prost = "0.13.5"
rand = "0.8.5"
serde = { version = "1.0.217", features = ["derive"] }
surge-ping = "0.8.1"
Expand All @@ -26,14 +26,14 @@ tracing.workspace = true
uuid.workspace = true
hex.workspace = true
reqwest = "0.12.12"
serde_json = "1.0.137"
serde_json = "1.0.139"
futures = "0.3.31"
inventory = "0.3.19"
once_cell = "1.20.2"
p256 = { version = "0.13.2", features = ["ecdh"] }
md-5.workspace = true
elliptic-curve = "0.13.8"
log = "0.4.25"
log = "0.4.26"
rand_chacha = "0.3.1"
num_enum.workspace = true
quick-xml = { version = "0.37.2", features = ["serialize"] }
Expand All @@ -45,4 +45,4 @@ digest = "0.11.0-pre.9"
[build-dependencies]
prost-build = "0.13.4"
glob = "0.3.2"
anyhow = "1.0.95"
anyhow = "1.0.96"

0 comments on commit e2a1cc8

Please sign in to comment.