Skip to content

Commit

Permalink
Merge pull request #11 from GiganticMinecraft/renovate/serde-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde to 1.0.175
  • Loading branch information
rito528 authored Jul 25, 2023
2 parents cd6276d + df43c30 commit d838350
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions server/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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async-trait = "0.1.72"
axum = "0.6.19"
bytes = "1.4.0"
envy = "0.4.2"
serde = { version = "1.0.174", features = ["derive"] }
serde = { version = "1.0.175", features = ["derive"] }
tokio = { version = "1.29.1", features = ["full"] }
tokio-util = { version = "0.7.8", features = ["io"] }
tracing = "0.1.37"

0 comments on commit d838350

Please sign in to comment.