Skip to content

Commit 554c1a2

Browse files
Bump once_cell from 1.19.0 to 1.20.1 (#359)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.1. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.19.0...v1.20.1) --- updated-dependencies: - dependency-name: once_cell 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>
1 parent 666e646 commit 554c1a2

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

Cargo.lock

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

lib/shift-orcz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT OR Apache-2.0"
66

77
[dependencies]
8-
once_cell = "1.19.0"
8+
once_cell = "1.20.1"
99
regex = "1.11.0"
1010
reqwest = { version = "0.12.7", default-features = false }
1111
scraper = { version = "0.20.0", default-features = false }

shift-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT OR Apache-2.0"
66

77
[dependencies]
8-
once_cell = "1.19.0"
8+
once_cell = "1.20.1"
99
reqwest = { version = "0.12.7", default-features = false, features = [ "cookies", "json" ] }
1010
scraper = { version = "0.20.0", default-features = false }
1111
serde = { version = "1.0.209", features = [ "derive" ] }

0 commit comments

Comments
 (0)