Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ sha2 = { version = "=0.10.8" } # 2025-11-04 sw: Hash core for HKDF extractor
# Web Interface & Mesh Networking (2025-11-16 sw; Next-gen web interface with gossip)
axum = { version = "^0.7.9", features = ["ws", "macros", "multipart"] } # 2025-11-16 sw: Web server framework
tower-http = { version = "^0.6.8", features = ["cors", "trace", "fs"] } # 2025-11-16 sw: HTTP middleware
libp2p-core = { version = "=0.41.3" } # 2025-11-16 sw: libp2p core transport traits
libp2p-core = { version = "=0.43.2" } # 2025-11-16 sw: libp2p core transport traits
libp2p-identity = { version = "=0.2.13", default-features = false, features = ["peerid", "ed25519", "rand"] } # 2025-11-16 sw: PeerId + key material
libp2p-gossipsub = { version = "=0.46.1" } # 2025-11-16 sw: Gossip protocol
libp2p-swarm = { version = "^0.44.1" } # 2025-11-16 sw: Swarm behavior
Expand Down
Loading