Skip to content

Commit 548b363

Browse files
authored
Merge branch 'main' into dependabot/cargo/rust_decimal-1.39.0
2 parents 1966ab2 + 159d0e1 commit 548b363

File tree

3 files changed

+24
-19
lines changed

3 files changed

+24
-19
lines changed

.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: 19 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ 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"
@@ -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,7 +100,7 @@ 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]
106106
version = "1.47.0"

0 commit comments

Comments
 (0)