Skip to content

Commit

Permalink
build(deps): Bump serde from 1.0.195 to 1.0.196
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.195 to 1.0.196.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.196)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent f2cb296 commit 69523f9
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = ["/.github", "/docker"]
[dependencies]
gtk4 = { version = "0.7.3", features = ["v4_6"] }
glib = "0.18.5"
serde = { version = "1.0.195", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.111"
toml = "0.8.8"
csv = "1.3.0"
Expand All @@ -31,5 +31,5 @@ env_logger = "0.10.1"
nix = "0.27.1"

[build-dependencies]
serde = { version = "1.0.195", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
csv = "1.3.0"

0 comments on commit 69523f9

Please sign in to comment.