Skip to content

Commit

Permalink
cargo(deps): bump serde from 1.0.209 to 1.0.214
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.209 to 1.0.214.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.209...v1.0.214)

---
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 Oct 29, 2024
1 parent 436c54c commit a1dfe51
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.

2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rand = "0.8.5"
dashmap = "6.1.0"
parking_lot = "0.12.3"
flate2 = "1.0.32"
serde = { version = "1.0.209", default-features = false }
serde = { version = "1.0.214", default-features = false }
serde_json = { version = "1.0.128", features = ["preserve_order"] }
anyhow = { version = "1.0.86", features = ["backtrace"] }
nohash-hasher = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/level/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ util = { package = "mirai-util", path = "../util" }
nbt = { package = "mirai-nbt", path = "../nbt" }
proto = { package = "mirai-proto", path = "../proto" }

serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
anyhow = { version = "1.0.86", features = ["backtrace"] }
bytemuck = "1.18.0"
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion crates/nbt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ rust-version = "1.65.0"
[dependencies]
util = { package = "mirai-util", path = "../util" }

serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
paste = "1.0.15"
anyhow = "1.0.86"
2 changes: 1 addition & 1 deletion crates/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde_json = "1.0.128"
jsonwebtoken = "9.3.0"
aes = "0.8.4"
ctr = "0.9.2"
serde = "1.0.209"
serde = "1.0.214"
base64 = "0.22.1"
rand = "0.8.5"
sha2 = "0.10.8"
Expand Down
2 changes: 1 addition & 1 deletion crates/util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jsonwebtoken = "9.3.0"
num-traits = "0.2.19"
parking_lot = "0.12.3"
paste = "1.0.15"
serde = "1.0.209"
serde = "1.0.214"
serde_json = "1.0.128"
snap = "1.1.1"
tokio = { version = "1.40.0", features = ["sync"] }
Expand Down

0 comments on commit a1dfe51

Please sign in to comment.