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 86614db commit 5714c5bCopy full SHA for 5714c5b
src/node/Cargo.toml
@@ -34,7 +34,7 @@ tokio = { version = "1.17.0", features = ["full"] }
34
tokio-stream = "0.1.12"
35
clap = { version = "4.0.20", features = ["derive"] }
36
http = "0.2"
37
-shadow-rs = "0.24.1"
+shadow-rs = "0.25.0"
38
tower-http = { version = "0.4", features = ["cors"] }
39
ctrlc = { version = "3.0", features = ["termination"] }
40
dirs = "5.0.0"
@@ -45,4 +45,4 @@ arweave-rs = {workspace=true}
45
url = "2.4.0"
46
arc-swap = "1.6.0"
47
[build-dependencies]
48
0 commit comments