Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump speedate from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [speedate](https://github.com/pydantic/speedate) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/pydantic/speedate/releases)
- [Commits](pydantic/speedate@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: speedate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Mar 27, 2024
1 parent 1e84852 commit 74ba86f
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 src/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ serde_default = "0.1"
serde_json = "1"
serde_with = "3"
smallbitset = "0.7.1"
speedate = "0.13.0"
speedate = "0.14.0"
static_assertions = "1"
strum = "0.26"
strum_macros = "0.26"
2 changes: 1 addition & 1 deletion src/frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10.7"
smallvec = { version = "1.13.1", features = ["serde"] }
speedate = "0.13.0"
speedate = "0.14.0"
tempfile = "3"
thiserror = "1"
thiserror-ext = { workspace = true }

0 comments on commit 74ba86f

Please sign in to comment.