Skip to content

Commit

Permalink
fix(deps): update all patchlevel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent 5f361bc commit 600cf24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pulldown-cmark = { version = "0.9.3", default-features = false }
regex = "1"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.25"
serde_yaml = "0.9.27"
syntect = { version = "5.0", default-features = false, features = [
"default-syntaxes",
"parsing",
Expand All @@ -55,7 +55,7 @@ reqwest = { version = "0", default-features = false, features = [

[dev-dependencies]
rstest = "0.18.2"
tempfile = "3.8.0"
tempfile = "3.8.1"
assert_cmd = "2.0.12"
predicates = "3.0.4"
testcontainers = "0.15"

0 comments on commit 600cf24

Please sign in to comment.