summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2021-11-21 11:33:08 +0000
committerConrad Ludgate <conradludgate@gmail.com>2021-11-21 11:34:59 +0000
commit6f24d7061c8abeb4eb4c75e9892a1ac3e6446f7d (patch)
tree16a0974ddc1b3a5612a4f8b91d8d9242fd00884e
parent7d35be5b1879dbf3826473481225b25b363d04bd (diff)
chore: changes mergedallow-no-cwd
-rw-r--r--Cargo.lock2
-rw-r--r--atuin-client/Cargo.toml2
-rw-r--r--atuin-server/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a7b02d81..6ce67098 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -419,7 +419,7 @@ dependencies = [
[[package]]
name = "config"
version = "0.11.0"
-source = "git+https://github.com/conradludgate/config-rs?branch=absolute-path-current-dir#4e0e155b5f7ef32b5b3f9d02f8f5efedbdfa1782"
+source = "git+https://github.com/mehcode/config-rs?branch=master#fd7ef7fbce135da904fcef678d5ca3089d794a8d"
dependencies = [
"async-trait",
"json5",
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml
index 292db683..34b6c64c 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -22,7 +22,7 @@ uuid = { version = "0.8", features = ["v4"] }
indicatif = "0.16.2"
whoami = "1.1.2"
chrono-english = "0.1.4"
-config = { git = "https://github.com/conradludgate/config-rs", branch = "absolute-path-current-dir" }
+config = { git = "https://github.com/mehcode/config-rs", branch = "master" }
serde_derive = "1.0.125"
serde = "1.0.126"
serde_json = "1.0.64"
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml
index a99210fc..0fb00df6 100644
--- a/atuin-server/Cargo.toml
+++ b/atuin-server/Cargo.toml
@@ -20,7 +20,7 @@ uuid = { version = "0.8", features = ["v4"] }
indicatif = "0.16.2"
whoami = "1.1.2"
chrono-english = "0.1.4"
-config = { git = "https://github.com/conradludgate/config-rs", branch = "absolute-path-current-dir" }
+config = { git = "https://github.com/mehcode/config-rs", branch = "master" }
serde_derive = "1.0.125"
serde = "1.0.126"
serde_json = "1.0.64"