Skip to content

Commit

Permalink
Updates dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaye2012 committed Feb 2, 2025
1 parent 47ee260 commit f6934c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ edition = "2021"
description = "Simple refinement types; parse, don't validate!"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0.215", features = ["derive"], optional = true }
thiserror = "2.0.8"
serde = { version = "1.0.217", features = ["derive"], optional = true }
thiserror = "2.0.11"

[dev-dependencies]
serde_json = "1.0.133"
serde_json = "1.0.138"

[features]
default = [ "serde" ]
Expand Down

0 comments on commit f6934c1

Please sign in to comment.