Skip to content

Commit 64a9826

Browse files
Merge branch 'main' into #186-new-module-structure
Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
2 parents 5b4bf04 + f1bc017 commit 64a9826

4 files changed

Lines changed: 190 additions & 49 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pipeline:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: Taucher2003/GitLab-Pipeline-Action@1.15.0
16+
- uses: Taucher2003/GitLab-Pipeline-Action@1.16.0
1717
name: Run pipeline
1818
id: pipeline
1919
with:

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ futures-lite = "2.6.0"
1616
rand = "0.10.0"
1717
base64 = "0.22.1"
1818
env_logger = "0.11.8"
19-
async-nats = "0.47.0"
19+
async-nats = "0.49.0"
2020
prost = "0.14.1"
2121
tonic-health = "0.14.1"
2222
tonic = "0.14.1"
2323
serde_json = "1.0.149"
2424
serde = "1.0.228"
2525
uuid = { version = "1.23.0", features = ["v4"] }
26-
ureq = "2.12.1"
26+
ureq = "3.0.0"
2727

2828
[workspace.dependencies.taurus-core]
2929
path = "./crates/taurus-core"

0 commit comments

Comments
 (0)