Skip to content

Commit

Permalink
Bump serde from 1.0.202 to 1.0.206
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.202 to 1.0.206.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.202...v1.0.206)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent eb98c35 commit 6f795ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gitlab-runner-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/collabora/gitlab-runner-rs"

[dependencies]
wiremock = "0.6"
serde = { version = "1.0.200", features = ["derive"] }
serde = { version = "1.0.206", features = ["derive"] }
serde_json = "1.0.64"
url = "2.2.1"
thiserror = "1.0.59"
Expand Down
2 changes: 1 addition & 1 deletion gitlab-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ glob = "0.3"
reqwest = { version = "0.12.0", features = [ "json", "multipart", "stream" ] }
tokio = { version = "1.35.0", features = [ "full" ] }
url = "2.2.1"
serde = { version = "1.0.200", features = [ "derive" ] }
serde = { version = "1.0.206", features = [ "derive" ] }
serde_json = "1.0.64"
thiserror = "1.0.59"
bytes = "1.0.1"
Expand Down

0 comments on commit 6f795ff

Please sign in to comment.