Skip to content

Commit 0468cc9

Browse files
Bump asynq from 0.1.4 to 0.1.5
Bumps [asynq](https://github.com/emo-crab/asynq) from 0.1.4 to 0.1.5. - [Commits](https://github.com/emo-crab/asynq/commits) --- updated-dependencies: - dependency-name: asynq dependency-version: 0.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 961cd86 commit 0468cc9

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

Cargo.lock

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

observer_ward/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ actix-web = { version = "4.12.1", default-features = false, features = [
3939
] }
4040
tokio = { version = "1.49.0", features = ["macros", "rt", "rt-multi-thread"], default-features = false }
4141
moka = { version = "0.12.13", features = ["future"] }
42-
asynq = { version = "0.1.4", features = ["json", "tls", "cluster", "sentinel"], optional = true }
42+
asynq = { version = "0.1.6", features = ["json", "tls", "cluster", "sentinel"], optional = true }
4343
[features]
4444
default = ["mcp", "mitm", "asynq_task"]
4545
mcp = ["rmcp", "engine/mcp", "schemars"]

0 commit comments

Comments
 (0)