We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99aee57 commit ca83fabCopy full SHA for ca83fab
rust/hermes-ipfs/Cargo.toml
@@ -17,7 +17,8 @@ anyhow = "1.0.95"
17
derive_more = {version = "1.0.0", features = ["from","into","display"] }
18
ipld-core = { version = "0.4.1", features = ["serde"]}
19
# A fork of crates-io version with updated dependencies (`libp2p` and `ring` in particular).
20
-rust-ipfs = { version = "0.15.0", git = "https://github.com/dariusc93/rust-ipfs" }
+# rev-26b99cb as at July 30, 2025
21
+rust-ipfs = { version = "0.15.0", git = "https://github.com/dariusc93/rust-ipfs", rev = "26b99cb" }
22
tokio = "1.46.0"
23
# Its a transitive dependency of the "rust-ipfs" crate,
24
# could be removed after bumped to the rustc compiler 1.87
0 commit comments