Skip to content

Commit

Permalink
chore: Bump serde from 1.0.210 to 1.0.211
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.210 to 1.0.211.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.211)

---
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 Oct 22, 2024
1 parent e2e7811 commit f972f65
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 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 examples/test-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ version = "0.2.15"
[dependencies]
rand = "0.8.5"
rocket = {version = "0.5.1", features = ["json"]}
serde = {version = "1.0.210", features = ["derive"]}
serde = {version = "1.0.211", features = ["derive"]}
serde_json = "1.0.132"
uuid = {version = "1.11.0", features = ["v4"]}
2 changes: 1 addition & 1 deletion fatigue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ itertools = "0.13.0"
libfatigue = { path = "../libfatigue", version = "0.2.15" }
num-format = "0.4.4"
prettytable-rs = "0.10.0"
serde = "1.0.210"
serde = "1.0.211"
serde_json = "1.0.132"
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = ["full"] }
2 changes: 1 addition & 1 deletion libfatigue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ liquid = "0.26.9"
num_cpus = "1.16.0"
petname = "1.1.2"
reqwest = { version = "0.12.8", features = ["json"] }
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.211", features = ["derive"] }
serde_json = "1.0.132"
serde_yaml = "0.9.34"
thiserror = "1.0.64"
Expand Down

0 comments on commit f972f65

Please sign in to comment.