Skip to content

Commit

Permalink
Bump the minor-and-patch group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 3 updates in the / directory: [serde_json](https://github.com/serde-rs/json), [thiserror](https://github.com/dtolnay/thiserror) and [tokio](https://github.com/tokio-rs/tokio).


Updates `serde_json` from 1.0.120 to 1.0.122
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.120...v1.0.122)

Updates `thiserror` from 1.0.61 to 1.0.63
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.61...1.0.63)

Updates `tokio` from 1.38.0 to 1.39.2
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.39.2)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent ae5c69f commit 52f2abf
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 18 deletions.
36 changes: 22 additions & 14 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions scim-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ scim-protocol = { path = "../scim-protocol" }

reqwest = { version = "0.12.5", default-features = false, features = ["json"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
thiserror = "1.0.43"
serde_json = "1.0.122"
thiserror = "1.0.63"

[dev-dependencies]
pretty_assertions = "1.4.0"
tokio = { version = "1.13", features = ["rt", "macros"] }
tokio = { version = "1.39", features = ["rt", "macros"] }

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion scim-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version.workspace = true
[dependencies]
paste = "1.0.15"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
serde_json = "1.0.122"

[dev-dependencies]
pretty_assertions = "1.4.0"
Expand Down

0 comments on commit 52f2abf

Please sign in to comment.