Skip to content

Commit 6efefcd

Browse files
committed
chore: update async-nats 0.38 → 0.45
1 parent 08949b7 commit 6efefcd

3 files changed

Lines changed: 34 additions & 7 deletions

File tree

.vscode/settings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
{
2-
"cSpell.words": ["openworkers"]
2+
"cSpell.words": [
3+
"chrono",
4+
"dotenvy",
5+
"openworkers",
6+
"reqwest",
7+
"rustls",
8+
"serde",
9+
"sqlx",
10+
"thiserror"
11+
]
312
}

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ uuid = { version = "1.0", features = ["v4"] }
4040
thiserror = "2.0"
4141

4242
# NATS client (optional)
43-
async-nats = { version = "0.38", optional = true }
43+
async-nats = { version = "0.45", optional = true }
4444
futures = "0.3"
4545

4646
# Database (optional)

0 commit comments

Comments
 (0)