Skip to content

Commit

Permalink
Merge pull request #40 from thibault-cne/dependabot/cargo/serde-1.0.206
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-cne authored Aug 13, 2024
2 parents 0368d16 + a096f79 commit 42e4cc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ futures = "0.3.30"
log = { version = "0.4.22", features = ["std"] }
notify = { version = "6.1.1" }
ring = { version = "0.17.8", features = ["std"] }
serde = { version = "1.0.205", features = ["derive"], default-features = false }
serde = { version = "1.0.206", features = ["derive"], default-features = false }
serde_yaml = { version = "0.9.34", default-features = false }
tokio = { version = "1.39", features = ["net"], default-features = false }

0 comments on commit 42e4cc5

Please sign in to comment.