Skip to content

Commit

Permalink
Merge pull request #204 from ngi-nix/dependabot/cargo/serde-1.0.203
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.197 to 1.0.203
  • Loading branch information
a-kenji authored Jul 2, 2024
2 parents 868be68 + 3d7821f commit 59256fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -21,7 +21,7 @@ csv = "1.3.0"
log = "0.4"
regex = "1.10.4"
reqwest = { version = "0.12.5", features = ["blocking", "json"] }
serde = { version = "1.0.193", features = ["serde_derive"] }
serde = { version = "1.0.203", features = ["serde_derive"] }
serde_json = "1.0.120"
thiserror = "1.0.61"
control-file = { path = "./lib/control-file/", version = "0.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/control2json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ edition = "2021"
[dependencies]
clap = { version = "4.5.8", features = ["derive"] }
control-file = { path = "../../lib/control-file/", version = "0.1.0" }
serde = "1.0.193"
serde = "1.0.203"
serde_json = "1.0.120"
thiserror = "1.0.61"

0 comments on commit 59256fd

Please sign in to comment.