diff --git a/Cargo.lock b/Cargo.lock index 0f4a28dd3..2cc4035d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -915,8 +915,9 @@ checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663" [[package]] name = "calamine" -version = "0.22.0" -source = "git+https://github.com/tafia/calamine?rev=60a5614#60a5614aa339694b27fa97c7091e6289f2b18786" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe0ba51a659bb6c8bffd6f7c1c5ffafcafa0c97e4769411d841c3cc5c154ab47" dependencies = [ "byteorder", "chrono", @@ -2404,9 +2405,9 @@ dependencies = [ [[package]] name = "jobserver" -version = "0.1.26" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" +checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index d5207aa6c..4f1d9e1a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -228,9 +228,6 @@ quickcheck = { version = "1", default-features = false } rusqlite = { version = "0.29", features = ["bundled"] } serial_test = { version = "2.0", features = ["file_locks"] } -[patch.crates-io] -calamine = { git = "https://github.com/tafia/calamine", rev = "60a5614" } - [features] default = ["mimalloc"] all_features = [