Skip to content

Commit

Permalink
chore: update all the deps (#133)
Browse files Browse the repository at this point in the history
Summary:
- Bump everything

Test Plan:
- CI
  • Loading branch information
elliottneilclark authored Jan 2, 2025
1 parent 2e141d6 commit f6b1bfb
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
90 changes: 45 additions & 45 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ edition = "2021"

[dependencies]
rand = "~0.8.5"
thiserror = "~2.0.3"
serde = { version = "~1.0.215", optional = true, features = ["derive"] }
serde_json = { version = "~1.0.133", optional = true }
thiserror = "2.0.9"
serde = { version = "1.0.217", optional = true, features = ["derive"] }
serde_json = { version = "1.0.134", optional = true }
arbitrary = { version = "~1.4.1", optional = true, features = ["derive"] }
tracing = { version = "~0.1.41", optional = true}
approx = { version = "~0.5.1", optional = true}
Expand All @@ -24,8 +24,8 @@ uuid = {version = "~1.11.0", optional = true, features = ["v7"]}
[dev-dependencies]
criterion = "0.5.1"
test-log = { version = "0.2.16", features = ["trace", "log"] }
tracing-subscriber = {version = "0.3.18", default-features = true, features = ["env-filter", "fmt"]}
env_logger = {version = "0.11.3"}
tracing-subscriber = {version = "0.3.19", default-features = true, features = ["env-filter", "fmt"]}
env_logger = {version = "0.11.6"}
approx = { version = "0.5.1"}


Expand Down

0 comments on commit f6b1bfb

Please sign in to comment.