From 8c358565054934123cd5db293e77e916cb915b40 Mon Sep 17 00:00:00 2001 From: Kevin Ness <46825870+nekevss@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:48:36 -0600 Subject: [PATCH] Bump temporal_rs to msrv version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 761cfbde5cb..fd6424406f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3541,7 +3541,7 @@ checksum = "42a4d50cdb458045afc8131fd91b64904da29548bcb63c7236e0844936c13078" [[package]] name = "temporal_rs" version = "0.0.4" -source = "git+https://github.com/boa-dev/temporal.git?rev=e4fc6305b5c60986f67795f2cb3ff9c4e1d4e692#e4fc6305b5c60986f67795f2cb3ff9c4e1d4e692" +source = "git+https://github.com/boa-dev/temporal.git?rev=a92149d907252749098eb2305f1cae2e4fdf19fe#a92149d907252749098eb2305f1cae2e4fdf19fe" dependencies = [ "bitflags 2.6.0", "combine", diff --git a/Cargo.toml b/Cargo.toml index 5e3df54f952..f2f529ebb77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ intrusive-collections = "0.9.7" cfg-if = "1.0.0" either = "1.13.0" sys-locale = "0.3.2" -temporal_rs = { git = "https://github.com/boa-dev/temporal.git", rev = "e4fc6305b5c60986f67795f2cb3ff9c4e1d4e692", features = ["tzdb"] } +temporal_rs = { git = "https://github.com/boa-dev/temporal.git", rev = "a92149d907252749098eb2305f1cae2e4fdf19fe", features = ["tzdb"] } web-time = "1.1.0" criterion = "0.5.1" float-cmp = "0.10.0"