Skip to content

Commit

Permalink
dep-update: bump ulid from 1.1.4 to 1.2.0 (#721)
Browse files Browse the repository at this point in the history
Bumps [ulid](https://github.com/dylanhart/ulid-rs) from 1.1.4 to 1.2.0.
- [Commits](dylanhart/ulid-rs@v1.1.4...v1.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 48ba804 commit 5b4fb06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ tokio = { version = "1.43.0", features = [
tokio-stream = { version = "0.1.17" }
tracing = { version = "0.1.41", features = ["log"] }
tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter"] }
ulid = "1.1.4"
ulid = "1.2.0"
unleash-types = { version = "0.15.5", features = ["openapi", "hashes"] }
unleash-yggdrasil = { version = "0.17.0" }
utoipa = { version = "5.3.1", features = ["actix_extras", "chrono"] }
Expand Down

0 comments on commit 5b4fb06

Please sign in to comment.