Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
⬆️ Bump serde_json from 1.0.89 to 1.0.91
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.89 to 1.0.91.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.89...v1.0.91)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and eigenein committed Dec 19, 2022
1 parent 066ccbb commit 3672678
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rand = "0.8.4"
reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "gzip", "brotli", "deflate", "json"] }
sentry = { version = "0.29.0", default-features = false, features = ["reqwest", "rustls", "backtrace", "contexts", "panic", "tracing", "anyhow"] }
serde = { version = "1.0.151", features = ["derive"] }
serde_json = "1.0.87"
serde_json = "1.0.91"
serde_with = { version = "1.14.0", features = ["chrono"] }
statrs = "0.16.0"
tokio = { version = "1.21.2", features = ["rt-multi-thread", "time", "signal"] }
Expand All @@ -52,4 +52,4 @@ tracing-subscriber = { version = "0.3.11", features = ["fmt", "env-filter"] }

[dev-dependencies]
poem = { version = "1.3.47", features = ["test"], default-features = false }
serde_json = "1.0.87"
serde_json = "1.0.91"

0 comments on commit 3672678

Please sign in to comment.