Skip to content

Commit 1349b9a

Browse files
deps(deps): bump apalis-codec from 0.1.0-rc.6 to 0.1.0-rc.7
Bumps [apalis-codec](https://github.com/apalis-dev/apalis) from 0.1.0-rc.6 to 0.1.0-rc.7. - [Release notes](https://github.com/apalis-dev/apalis/releases) - [Changelog](https://github.com/apalis-dev/apalis/blob/main/CHANGELOG.md) - [Commits](https://github.com/apalis-dev/apalis/commits) --- updated-dependencies: - dependency-name: apalis-codec dependency-version: 0.1.0-rc.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 516f073 commit 1349b9a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -29,7 +29,7 @@ features = ["sqlite"]
2929
[dependencies]
3030
serde = { version = "1", features = ["derive"] }
3131
serde_json = { version = "1" }
32-
apalis-codec = { version = "0.1.0-rc.6", default-features = false }
32+
apalis-codec = { version = "0.1.0-rc.7", default-features = false }
3333
apalis-core = { version = "1.0.0-rc.6", features = ["sleep"] }
3434
apalis-sql = { version = "1.0.0-rc.6", default-features = false }
3535
log = "0.4.21"
@@ -44,7 +44,7 @@ ulid = { version = "1", features = ["serde"] }
4444
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
4545
apalis = { version = "1.0.0-rc.6" }
4646
apalis-workflow = { version = "0.1.0-rc.6" }
47-
apalis-codec = { version = "0.1.0-rc.6", features = ["msgpack"]}
47+
apalis-codec = { version = "0.1.0-rc.7", features = ["msgpack"]}
4848
futures-util = "0.3.31"
4949
chrono = "0.4"
5050

0 commit comments

Comments
 (0)