Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoikey committed Nov 25, 2024
1 parent 3969f57 commit a96c68e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ edition = "2021"
[dependencies]
paste = "1.0.15"
regex = "1.11.1"
serde = { version = "1.0.214", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }

[dev-dependencies]
anyhow = "1.0.92"
serde_json = "1.0.128"
anyhow = "1.0.93"
serde_json = "1.0.133"

0 comments on commit a96c68e

Please sign in to comment.