Skip to content

Commit

Permalink
build(deps): bump the serde group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the serde group with 2 updates: [serde](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json).


Updates `serde` from 1.0.208 to 1.0.209
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.208...v1.0.209)

Updates `serde_json` from 1.0.125 to 1.0.127
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.125...1.0.127)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 5de1557 commit 69fa293
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 crates/devolutions-pedm-shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ publish = false

[dependencies]
anyhow ={ version = "1.0.86", optional = true }
serde = { version = "1.0.208", features = ["derive"], optional = true }
serde = { version = "1.0.209", features = ["derive"], optional = true }
win-api-wrappers = { path = "../win-api-wrappers", optional = true }
hyper = { version = "~0.14", features = ["client", "http1"], optional = true } # old version required for OpenAPI generator
serde_json = { version = "1.0.125", optional = true }
serde_json = { version = "1.0.127", optional = true }
tokio = { version = "1.38.0", features = ["net", "sync"], optional = true }
glob = { version = "0.3.1", optional = true }
regex = { version = "1.10.4", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/devolutions-pedm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ digest = "0.10.7"
hyper = { version = "1.3.1", features = ["server"] }
hyper-util = { version = "0.1.5", features = ["tokio"] }
schemars = "0.8.21"
serde = "1.0.208"
serde_json = "1.0.125"
serde = "1.0.209"
serde_json = "1.0.127"
sha1 = "0.10.6"
sha2 = "0.10.8"
tokio = { version = "1.38.0", features = ["net", "rt-multi-thread"] }
Expand Down

0 comments on commit 69fa293

Please sign in to comment.