Skip to content

Commit 0b056f3

Browse files
[codex] fix Dependabot Rust alerts (#15)
* fix(deps): resolve dependabot rust alerts * docs: clarify dependabot validation
1 parent d366fc6 commit 0b056f3

15 files changed

Lines changed: 447 additions & 1200 deletions

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ GITLAWB_BOOTSTRAP_DISABLE_SEEDS=false
7373
GITLAWB_REQUIRE_SIGNED_PEER_WRITES=false
7474

7575
# Comma-separated libp2p multiaddrs.
76-
# Example: /ip4/1.2.3.4/tcp/7546/p2p/12D3KooW...
76+
# Example: /ip4/1.2.3.4/udp/7546/quic-v1/p2p/12D3KooW...
7777
GITLAWB_P2P_BOOTSTRAP=
7878

7979
# ── Access control ────────────────────────────────────────────────────────

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Smart contracts live in a separate repo: [github.com/Gitlawb/contracts](https://
5858
## Development environment
5959

6060
**Requirements:**
61-
- Rust stable (≥ 1.85) — install via [rustup](https://rustup.rs)
61+
- Rust stable (≥ 1.91) — install via [rustup](https://rustup.rs)
6262
- PostgreSQL — required for the node. Use the bundled `docker-compose.yml` for local dev.
6363
- Docker (optional, for full-stack local testing)
6464

0 commit comments

Comments
 (0)