Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vivienm committed Aug 18, 2024
1 parent 2e8f446 commit 9f55d54
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 20 deletions.
43 changes: 25 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ license = "MIT"
publish = false

[dependencies]
serde = { version = "1.0.171", features = ["derive"], optional = true }
serde = { version = "1.0.208", features = ["derive"], optional = true }

[dev-dependencies]
rand = "0.8.5"
serde_json = "1.0.103"
serde_json = "1.0.125"

[features]
serde = ["dep:serde"]

0 comments on commit 9f55d54

Please sign in to comment.