Skip to content

Commit

Permalink
Bump the minor-and-patch group with 2 updates (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 9104c9d commit 6be25d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions scim-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ rust-version.workspace = true
scim-protocol = { path = "../scim-protocol" }

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

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions scim-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ rust-version.workspace = true

[dependencies]
paste = "1.0.15"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.119"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"

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

0 comments on commit 6be25d6

Please sign in to comment.