Skip to content

Commit

Permalink
Bump serde_json from 1.0.99 to 1.0.100 in /lang/rust
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.99 to 1.0.100.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.99...v1.0.100)

---
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] committed Jul 5, 2023
1 parent 78581b0 commit c5fb49c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions lang/rust/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 lang/rust/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ log = { default-features = false, version = "0.4.19" }
num-bigint = { default-features = false, version = "0.4.3" }
regex = { default-features = false, version = "1.8.4", features = ["std", "perf"] }
serde = { default-features = false, version = "1.0.164", features = ["derive"] }
serde_json = { default-features = false, version = "1.0.99", features = ["std"] }
serde_json = { default-features = false, version = "1.0.100", features = ["std"] }
snap = { default-features = false, version = "1.1.0", optional = true }
strum = { default-features = false, version = "0.25.0" }
strum_macros = { default-features = false, version = "0.25.0" }
Expand Down
2 changes: 1 addition & 1 deletion lang/rust/avro_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ proc-macro = true
darling = { default-features = false, version = "0.20.1" }
proc-macro2 = { default-features = false, version = "1.0.63" }
quote = { default-features = false, version = "1.0.29" }
serde_json = { default-features = false, version = "1.0.99", features = ["std"] }
serde_json = { default-features = false, version = "1.0.100", features = ["std"] }
syn = { default-features = false, version = "2.0.23", features = ["full", "fold"] }

[dev-dependencies]
Expand Down

0 comments on commit c5fb49c

Please sign in to comment.