Skip to content

Commit d16b198

Browse files
Merge branch 'main' into chore/GHA-021520-stepsecurity-remediation
Signed-off-by: Pavel Borisov <[email protected]>
2 parents 2d8a4cd + d5d6f5f commit d16b198

File tree

6 files changed

+54
-99
lines changed

6 files changed

+54
-99
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
open-pull-requests-limit: 10
88
- package-ecosystem: "cargo"
99
directory: "/"
1010
schedule:
11-
interval: "weekly"
12-
open-pull-requests-limit: 5
11+
interval: "monthly"
12+
open-pull-requests-limit: 10
1313
- package-ecosystem: "gradle"
1414
directory: "/"
1515
schedule:
16-
interval: "weekly"
17-
open-pull-requests-limit: 5
16+
interval: "monthly"
17+
open-pull-requests-limit: 10

.github/workflows/flow-rust-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Prepare Hiero Solo
113113
id: solo
114-
uses: hiero-ledger/hiero-solo-action@10ec96a107b8d2f5cd26b3e7ab47e65407b5c462 # v0.11.0
114+
uses: hiero-ledger/hiero-solo-action@b76850c1ac44466900f8e7412b309c3aa0f539c1 # v0.14.0
115115
with:
116116
installMirrorNode: true
117117
hieroVersion: v0.65.0

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ sha2 = "0.10.9"
4141
sha3 = "0.10.2"
4242
thiserror = "2.0.15"
4343
time = "0.3.43"
44-
tokio = { version = "1.47.0", features = ["time"] }
44+
tokio = { version = "1.48.0", features = ["time"] }
4545
tonic = "0.12.3"
4646
tinystr = { version = "0.7.0", default-features = false }
4747
arc-swap = "1.6.0"
4848
rlp = "0.6.1"
4949
bytes = { version = "1.2.1", default-features = false }
5050
pin-project-lite = "0.2.16"
5151
unsize = "1.1.0"
52-
parking_lot = "0.12.4"
52+
parking_lot = "0.12.5"
5353
serde_json = { version = "1.0.145", optional = true }
5454
serde = { version = "1.0.224", optional = true }
5555
serde_derive = { version = "1.0.163", optional = true }
56-
pem = "3.0.5"
56+
pem = "3.0.6"
5757
cbc = "0.1.2"
5858
aes = "0.8.3"
5959
md5 = "0.8.0"
@@ -73,7 +73,7 @@ default-features = false
7373
features = ["std"]
7474

7575
[dependencies.rust_decimal]
76-
version = "1.38.0"
76+
version = "1.39.0"
7777
default-features = false
7878
features = ["std"]
7979

@@ -88,7 +88,7 @@ default-features = false
8888
features = ["encryption"]
8989

9090
[dependencies.triomphe]
91-
version = "0.1.14"
91+
version = "0.1.15"
9292
default-features = false
9393
features = ["std", "arc-swap", "unsize"]
9494

@@ -100,10 +100,10 @@ dotenvy = "0.15.5"
100100
expect-test = "1.5.1"
101101
hex-literal = "1.0.0"
102102
miniserde = "0.1.42"
103-
parking_lot = "0.12.4"
103+
parking_lot = "0.12.5"
104104

105105
[dev-dependencies.tokio]
106-
version = "1.47.0"
106+
version = "1.48.0"
107107
features = ["rt-multi-thread", "macros", "parking_lot"]
108108

109109
[dev-dependencies.env_logger]

protobufs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ version = "0.12.3"
4848
[build-dependencies]
4949
anyhow = "1.0.99"
5050
tonic-build = "0.12.3"
51-
regex = "1.11.2"
51+
regex = "1.12.1"
5252
fs_extra = "1.3.0"

tck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/hiero-ledger/hiero-sdk-rust"
88

99
[dependencies]
1010
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
11-
tokio = { version = "1.47.0", features = ["signal"] }
11+
tokio = { version = "1.48.0", features = ["signal"] }
1212
anyhow = "1.0.99"
1313
tower = { version = "0.4.13", features = ["tracing"] }
1414
tracing = "0.1.41"

0 commit comments

Comments
 (0)