Skip to content

Commit 7226b62

Browse files
chore(deps): Rollup Dependabot Updates (#12)
* chore(deps): bump serde from 1.0.219 to 1.0.226 (#10) Bumps [serde](https://github.com/serde-rs/serde) from 1.0.219 to 1.0.226. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.219...v1.0.226) --- updated-dependencies: - dependency-name: serde dependency-version: 1.0.226 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump serde_json from 1.0.143 to 1.0.145 (#7) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.143 to 1.0.145. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.143...v1.0.145) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.145 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Esteve Autet Alexe <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Esteve Autet Alexe <[email protected]> * chore(deps): Bump Version for Deps. Signed-off-by: Esteve Autet Alexe <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Esteve Autet Alexe <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c67c072 commit 7226b62

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

Cargo.lock

Lines changed: 17 additions & 6 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
@@ -4,7 +4,7 @@ description = "A micro-package that enables ergonomic error propagation (using t
44
repository = "https://github.com/FlakySL/actix_failwrap"
55
license = "GPL-3.0"
66
readme = "./README.md"
7-
version = "1.0.2"
7+
version = "1.0.3"
88
edition = "2024"
99
authors = ["Esteve Autet <[email protected]>", "Chiko <[email protected]>"]
1010
keywords = [
@@ -28,7 +28,7 @@ syn = { version = "2.0.106", features = ["full", "extra-traits"] }
2828
actix-web = "4.11.0"
2929
chrono = "0.4.42"
3030
reqwest = "0.12.23"
31-
serde = { version = "1.0.219", features = ["derive"] }
31+
serde = { version = "1.0.226", features = ["derive"] }
3232
serde_json = "1.0.143"
3333
slab = "0.4.11" # version override for vulnerability
3434
thiserror = "2.0.12"

0 commit comments

Comments
 (0)