Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Bump serde from 1.0.125 to 1.0.126 in /src-tauri (#508)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.125 to 1.0.126.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.125...v1.0.126)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 12, 2021
1 parent ea0a0a8 commit b5b561a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src-tauri/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 src-tauri/cabr2_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cabr2_types = { path = "../cabr2_types/" }
directories-next = "2.0.0"
lazy_static = "1.4.0"
log = "0.4.14"
serde = { version = "1.0.125", features = ["derive"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
tauri = { version = "1.0.0-beta-rc.4", default-features = false }
thiserror = "1.0.24"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/cabr2_load_save/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log = "0.4.14"
lopdf = { version = "0.26.0", optional = true }
quick-xml = { version = "0.22.0", features = ["serialize"], optional = true }
regex = { version = "1.4.6", optional = true }
serde = { version = "1.0.125", features = ["derive"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64" # needed for tauri::command
tauri = { version = "1.0.0-beta-rc.4", default-features = false }
thiserror = "1.0.24"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/cabr2_logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ cabr2_types = { path = "../cabr2_types/" }
chrono = "0.4.19"
fern = "0.6.0"
log = "0.4.14"
serde = { version = "1.0.125", features = ["derive"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
tauri = { version = "1.0.0-beta-rc.4", default-features = false }
2 changes: 1 addition & 1 deletion src-tauri/cabr2_search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ chrono = "0.4.19"
lazy_static = "1.4.0"
log = "0.4.14"
roxmltree = { version = "0.14.1", optional = true }
serde = { version = "1.0.125", features = ["derive"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
structopt = { version = "0.3.21", optional = true }
tauri = { version = "1.0.0-beta-rc.4", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/cabr2_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ edition = "2018"
[dependencies]
chrono = { version = "0.4.19", features = ["serde"] }
log = "0.4.14"
serde = { version = "1.0.125", features = ["derive"] }
serde = { version = "1.0.126", features = ["derive"] }

0 comments on commit b5b561a

Please sign in to comment.