Skip to content

Commit 53390cb

Browse files
chore(deps): bump ulid from 1.2.1 to 2.0.1
Bumps [ulid](https://github.com/dylanhart/ulid-rs) from 1.2.1 to 2.0.1. - [Commits](dylanhart/ulid-rs@v1.2.1...v2.0.1) --- updated-dependencies: - dependency-name: ulid dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e3ff2d commit 53390cb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ percent-encoding = "2.3.2"
8080
matchit = "0.9.2"
8181

8282
moka = { workspace = true }
83-
ulid = "1.2.1"
83+
ulid = "2.0.1"
8484
tokio-util = { workspace = true }
8585
cookie = "0.18.1"
8686
arc-swap = { workspace = true }

lib/executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ bumpalo = "3.20.3"
6262
sonic-simd = "0.1.2"
6363
async-stream = "0.3.6"
6464
futures-util = "0.3.31"
65-
ulid = "1.2.1"
65+
ulid = "2.0.1"
6666
uuid = { version = "1.23.2", features = ["v4", "fast-rng"] }
6767

6868
[dev-dependencies]

0 commit comments

Comments
 (0)