Skip to content

Commit

Permalink
Merge pull request #135 from FyraLabs/dependabot/cargo/serde-1.0.204
Browse files Browse the repository at this point in the history
chore(deps): bump serde from 1.0.203 to 1.0.204
  • Loading branch information
madonuko authored Jul 8, 2024
2 parents d60fcf7 + c0200ba commit 2d4738a
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 @@ -37,7 +37,7 @@ chrono = { version = "0.4.24", default-features = false }
ignore = "0.4.18"
promptly = "0.3.1"
console = "0.15.2"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0"
lazy_static = "1.4"
regex = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion anda-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"
# serde_json = "1.0"
hcl-rs = { version = "0.15.0" }
dotenv = "0.15.0"
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
serde = { version = "1.0.204", default-features = false, features = ["derive"] }
tracing = "0.1"
# num = "0.4.0"
# num-derive = "0.4.2"
Expand Down

0 comments on commit 2d4738a

Please sign in to comment.