Skip to content

Commit

Permalink
Update Rust crate serde to v1.0.213
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent bba92e5 commit c4a0efe
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 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 drakentemmer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false}
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
async-lock = "2.7.0"
async-trait = "0.1.68"
eyre = "0.6.8"
2 changes: 1 addition & 1 deletion gertrud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ drakentemmer = { path = "../drakentemmer" }

axum = { version = "0.6", features = ["ws", "headers", "macros"] }

serde = { version = "1.0.160", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.96"

tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit c4a0efe

Please sign in to comment.