Skip to content

Commit 70a79f5

Browse files
Merge pull request #71 from code0-tech/deps/update-hercules
updated hercules & tucana
2 parents a6872b9 + c2c5f70 commit 70a79f5

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

actions/cron-action/Cargo.lock

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

actions/cron-action/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish = false
66

77
[dependencies]
88
hercules = { git = "https://github.com/code0-tech/hercules.git", branch = "#22-primitive-rust-sdk" }
9-
tucana = { version = "0.0.80", default-features = false }
9+
tucana = { version = "0.0.82", default-features = false }
1010
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"] }
1111
tokio-stream = "0.1"
1212
chrono = { version = "0.4", default-features = false, features = ["clock"] }

actions/rest-action/Cargo.lock

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

actions/rest-action/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish = false
66

77
[dependencies]
88
hercules = { git = "https://github.com/code0-tech/hercules.git", branch = "#22-primitive-rust-sdk" }
9-
tucana = { version = "0.0.80", default-features = false }
9+
tucana = { version = "0.0.82", default-features = false }
1010
tokio = { version = "1", features = ["rt-multi-thread", "macros", "net", "sync"] }
1111
tokio-stream = "0.1"
1212
hyper = "1.8"

0 commit comments

Comments
 (0)