Skip to content

Commit

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

---
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 Jul 28, 2023
1 parent 6bb5218 commit cbce9cb
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 myt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ license = "MIT"
[dependencies]
# Crate to simplify working with bytes.
bytes = "1"
serde = { version = "1.0.171", features = ["derive"]}
serde = { version = "1.0.177", features = ["derive"]}
serde_json = { version = "1.0" }
2 changes: 1 addition & 1 deletion myt2abrp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v1.4.1" }
# Crate that generates Rust Wasm bindings from a WebAssembly interface.
wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "cb871cfa1ee460b51eb1d144b175b9aab9c50aba" }

serde = { version = "1.0.171", features = ["derive"]}
serde = { version = "1.0.177", features = ["derive"]}
serde_json = { version = "1.0" }
tracing = { version = "0.1.25", features = ["log"] }
myt = { path = "../myt" }

0 comments on commit cbce9cb

Please sign in to comment.