Skip to content

Commit

Permalink
Bump time from 0.3.36 to 0.3.37 (#1453)
Browse files Browse the repository at this point in the history
Bumps [time](https://github.com/time-rs/time) from 0.3.36 to 0.3.37.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.36...v0.3.37)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Dec 9, 2024
1 parent 8312fec commit 27fe689
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ serde_path_to_error = "0.1.16"
sha2 = "0.10.8"
subtle = "2.6.1"
thiserror = "2.0.3"
time = { version = "0.3.36", features = ["serde", "serde-well-known"] }
time = { version = "0.3.37", features = ["serde", "serde-well-known"] }
tokio = { version = "1.41.1", features = ["full"] }
tracing = "0.1.41"
trillium = "0.2.20"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde = "1.0.215"
email_address = "0.2.9"
humantime = "2.1.0"
base64 = "0.22.1"
time = { version = "0.3.36", features = [
time = { version = "0.3.37", features = [
"serde",
"serde-well-known",
"local-offset",
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trillium-client = { version = "0.6.2", features = ["json"] }
trillium-http = "0.3.14"
url = { version = "2.5.2", features = ["serde"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "serde"] }
time = { version = "0.3.36", features = ["serde", "serde-well-known"] }
time = { version = "0.3.37", features = ["serde", "serde-well-known"] }
log = "0.4.22"
pad-adapter = "0.1.1"
janus_messages = "0.7.43"
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap = { version = "4.5.23", features = ["env", "derive"] }
sea-orm = "1.0.1"
serde_json = "1.0.133"
thiserror = "2.0.3"
time = "0.3.36"
time = "0.3.37"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"

Expand Down
2 changes: 1 addition & 1 deletion test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false

[dependencies]
fastrand = "2.2.0"
time = "0.3.36"
time = "0.3.37"
trillium = "0.2.20"
trillium-macros = "0.0.6"
trillium-testing = { version = "0.7.0", features = ["tokio"] }
Expand Down

0 comments on commit 27fe689

Please sign in to comment.