Skip to content

Commit bec16f3

Browse files
build: bump time from 0.3.37 to 0.3.40
Bumps [time](https://github.com/time-rs/time) from 0.3.37 to 0.3.40. - [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.37...v0.3.40) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c2d8f9 commit bec16f3

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

implementations/rust/ockam/ockam_api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ syntect = { version = "5.2.0", default-features = false, features = ["default-sy
110110
sysinfo = "0.32"
111111
termbg = "0.5.2"
112112
thiserror = "1.0"
113-
time = { version = "0.3.36", default-features = false, features = ["std", "formatting", "local-offset", "macros"] }
113+
time = { version = "0.3.40", default-features = false, features = ["std", "formatting", "local-offset", "macros"] }
114114
tiny_http = "0.12.0"
115115
tokio = { version = "1.41.0", features = ["full"] }
116116
tokio-retry = "0.3.0"

implementations/rust/ockam/ockam_node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ sqlx-core = { version = "0.8.3", optional = true, default-features = false }
102102
sqlx-postgres = { version = "0.8.2", optional = true, default-features = false }
103103
sqlx-sqlite = { version = "0.8.2", optional = true, default-features = false }
104104
tempfile = { version = "3.17.1", optional = true }
105-
time = { version = "0.3.36", default-features = false, optional = true }
105+
time = { version = "0.3.40", default-features = false, optional = true }
106106
tokio = { version = "1.41", default-features = false, optional = true, features = ["sync", "time", "rt", "rt-multi-thread", "macros"] }
107107
tokio-retry = { version = "0.3.0", optional = true }
108108
tracing = { version = "0.1", default-features = false }

implementations/rust/ockam/ockam_rust_elixir_nifs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ ockam_vault = { path = "../ockam_vault", default-features = false, features = ["
4343
ockam_vault_aws = { path = "../ockam_vault_aws", version = "^0.57.0" }
4444
# Enable credentials-sso feature in ockam_vault_aws for use on sso environments (like dev machines)
4545
rustler = "0.35.0"
46-
time = "0.3.36"
46+
time = "0.3.40"
4747
tokio = "1.41.0"

0 commit comments

Comments
 (0)