Skip to content

Commit 088ac35

Browse files
authored
Merge pull request #1163 from o1-labs/dependabot/cargo/documented-0.6.0
chore(deps): bump documented from 0.1.2 to 0.6.0
2 parents 1849d84 + 2bd8a2e commit 088ac35

File tree

3 files changed

+24
-8
lines changed

3 files changed

+24
-8
lines changed

Cargo.lock

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

node/invariants/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "src/lib.rs"
1010

1111
[dependencies]
1212
lazy_static = "1.4.0"
13-
documented = { version = "0.1" }
13+
documented = { version = "0.6" }
1414
strum = "0.26"
1515
strum_macros = "0.26"
1616
serde = "1.0.147"

node/testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tower-http = { version = "0.6", features = ["cors", "fs"] }
2929
strum = "0.26"
3030
strum_macros = "0.26"
3131
tracing-log = "0.2.0"
32-
documented = { version = "0.1", optional = true }
32+
documented = { version = "0.6", optional = true }
3333
redux = { workspace = true }
3434
ledger = { workspace = true }
3535
mina-p2p-messages = { workspace = true }

0 commit comments

Comments
 (0)