Skip to content

Commit

Permalink
Bump Cargo version and serde_json
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-andersen committed Dec 22, 2024
1 parent 7c5420d commit 7c195f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
@@ -1,6 +1,6 @@
[package]
name = "argocd-diff-preview"
version = "0.0.25"
version = "0.0.26"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -10,7 +10,7 @@ tokio = {version="1.42.0",features = ["full"]}
base64 = "0.22.1"
serde = "1.0.216"
serde_yaml = "0.9.33"
serde_json = "1.0.133"
serde_json = "1.0.134"
walkdir = "2.5.0"
schemars = "0.8.21"
structopt = { version = "0.3" }
Expand Down

0 comments on commit 7c195f1

Please sign in to comment.